X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/96a3d13e88c67f6beef17877f15d97a03c63b525..d89fc97f4a7ee74edcb1a5856fec560c748b9086:/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):