diff --git a/tests/test_activity.py b/tests/test_activity.py index 2f4f61e..7b76e55 100644 --- a/tests/test_activity.py +++ b/tests/test_activity.py @@ -24,6 +24,9 @@ class TestActivity(TestCase): "type": "Create", }) + fred = ThingUser(name="fred") + fred.save() + with self.assertRaisesMessage(ValueError, "Explicit objects must have an id"): Activity.create({ "id": "https://example.com/id/1",