9119: Use Oj strict mode for decoding JSON.
[arvados.git] / sdk / python / tests / test_api.py
index 795a9aa22a2b0ad161a6bf1ee26228ca1ba771f5..6c379e1455f9f81c4c71d0bdafeb5ca03d02b75d 100644 (file)
@@ -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):