X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/8a0eb69984a93852ec888cd3e02b778b0be758ed..b04638275cff9b393e1bc04136d44f361b999cf8:/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):