X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/7ea58af581ad8d1af39d5cbcc18ebb69100e0a5c..12b5d95d9d4f062539c3d7d7ac8dd5421dd6b6b0:/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):