From 771ce2a2edff6f8e065b2757066778e3fb1b765a Mon Sep 17 00:00:00 2001 From: Elena ``of Valhalla'' Grandi Date: Sat, 13 Apr 2019 17:11:52 +0200 Subject: Fix property name in test_objects --- tests/test_objects.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/test_objects.py b/tests/test_objects.py index 9646269..452b4e7 100644 --- a/tests/test_objects.py +++ b/tests/test_objects.py @@ -10,7 +10,7 @@ class TestObjects(unittest.TestCase): "id": "http://example.org/123456" }''') self.assertIsInstance(act, objects.ActivityObject) - self.assertEqual(act.id, 'http://example.org/123456') + self.assertEqual(act.ap_id, 'http://example.org/123456') def test_activity_to_json(self): act = objects.ActivityObject( -- cgit v1.2.3