From f88efa40d497995a5f645d03f99345c804f808d7 Mon Sep 17 00:00:00 2001 From: Michael Manfre Date: Tue, 22 Nov 2022 23:53:02 -0500 Subject: Code dedupe Webfinger and fix SystemActor inbox URL --- tests/conftest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/conftest.py') diff --git a/tests/conftest.py b/tests/conftest.py index 69e8e7a..48ee95a 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -74,7 +74,7 @@ def identity(user): """ domain = Domain.objects.create(domain="example.com", local=True, public=True) identity = Identity.objects.create( - actor_uri="https://example.com/test-actor/", + actor_uri="https://example.com/@test@example.com/", username="test", domain=domain, name="Test User", -- cgit v1.2.3