From e6d650640b8004c431623e33ed7b6c02d00efe24 Mon Sep 17 00:00:00 2001 From: Ryan Barrett Date: Mon, 23 Dec 2024 12:49:45 -0800 Subject: [PATCH] test_as1: noop: add objectType: actor to ACTOR --- granary/tests/test_as1.py | 1 + 1 file changed, 1 insertion(+) diff --git a/granary/tests/test_as1.py b/granary/tests/test_as1.py index 2606e2d3..9042ba32 100644 --- a/granary/tests/test_as1.py +++ b/granary/tests/test_as1.py @@ -7,6 +7,7 @@ from .. import as1 ACTOR = { + 'objectType': 'person', 'id': 'tag:fake.com:444', 'displayName': 'Bob', 'url': 'https://plus.google.com/bob',