Skip to content

Commit 2cc1bdf

Browse files
committed
Revert to using set function to make python2.6 work again
1 parent 8cf46e2 commit 2cc1bdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,4 +108,4 @@ def test_host_delete(self):
108108
)
109109

110110
# Check response
111-
self.assertEqual(set(result["itemids"]), {"22982", "22986"})
111+
self.assertEqual(set(result["itemids"]), set(["22982", "22986"]))

0 commit comments

Comments
 (0)