diff options
author | Andrew Godwin | 2022-12-16 16:38:52 -0700 |
---|---|---|
committer | Andrew Godwin | 2022-12-16 16:38:52 -0700 |
commit | 45c6978bc397691b22db0360b16b19979eac7dce (patch) | |
tree | 8e22839cd8a7b685f1d4491762c5d56aa5960dee /tests | |
parent | 1bcdff79e7e14b2166056d3b16531b32474c374b (diff) | |
download | takahe-45c6978bc397691b22db0360b16b19979eac7dce.tar.gz takahe-45c6978bc397691b22db0360b16b19979eac7dce.tar.bz2 takahe-45c6978bc397691b22db0360b16b19979eac7dce.zip |
User admin and LD schema fixes
Diffstat (limited to 'tests')
-rw-r--r-- | tests/users/models/test_identity.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/users/models/test_identity.py b/tests/users/models/test_identity.py index 13c08f0..182f2a9 100644 --- a/tests/users/models/test_identity.py +++ b/tests/users/models/test_identity.py @@ -155,7 +155,7 @@ def test_fetch_actor(httpx_mock, config_system): "mediaType": "image/jpeg", "url": "https://example.com/image.jpg", }, - "as:manuallyApprovesFollowers": False, + "manuallyApprovesFollowers": False, "name": "Test User", "preferredUsername": "test", "published": "2022-11-02T00:00:00Z", |