aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/test_objects.py2
1 files changed, 1 insertions, 1 deletions
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')