Change id() call to identifier()
authorHugh Brown <hbrown@amplify.com>
Fri, 11 Oct 2013 04:17:05 +0000 (00:17 -0400)
committerHugh Brown <hbrown@amplify.com>
Fri, 11 Oct 2013 04:17:05 +0000 (00:17 -0400)
jenkinsapi_tests/unittests/test_result_set.py

index 3bcbbbc..a71a4ef 100644 (file)
@@ -65,4 +65,4 @@ class TestResultSet(unittest.TestCase):
         for k, v in self.rs.items():
             self.assertIsInstance(k, str)
             self.assertIsInstance(v, Result)
-            self.assertIsInstance(v.id(), str)
+            self.assertIsInstance(v.identifier(), str)