X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/86ddb15b162a0c29b6caa4370e5cedf27bbdd69a..ef328d9143c65c72c37194272f90fabc3ec45e0a:/sdk/python/tests/test_api.py diff --git a/sdk/python/tests/test_api.py b/sdk/python/tests/test_api.py index 795a9aa22a..6c379e1455 100644 --- a/sdk/python/tests/test_api.py +++ b/sdk/python/tests/test_api.py @@ -37,7 +37,7 @@ class ArvadosApiTest(run_test_server.TestCaseWithServers): def test_empty_list(self): answer = arvados.api('v1').humans().list( - filters=[['uuid', 'is', None]]).execute() + filters=[['uuid', '=', None]]).execute() self.assertEqual(answer['items_available'], len(answer['items'])) def test_nonempty_list(self):