From ffea1da6716b199b4254dc0cf019388f90c8db1a Mon Sep 17 00:00:00 2001 From: Elena ``of Valhalla'' Grandi Date: Sat, 27 Apr 2019 17:19:01 +0200 Subject: Fix json in tests --- 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 b21e307..63228f5 100644 --- a/tests/test_objects.py +++ b/tests/test_objects.py @@ -8,7 +8,7 @@ class TestObjects(unittest.TestCase): def test_activity_from_json(self): act = objects.Object.from_jsons('''{ "id": "http://example.org/123456", - "type": "object", + "type": "object" }''') self.assertIsInstance(act, objects.Object) self.assertEqual(act.ap_id, 'http://example.org/123456') -- cgit v1.2.3