diff options
author | H. Shay <hillerys@element.io> | 2023-03-06 12:48:59 -0800 |
---|---|---|
committer | H. Shay <hillerys@element.io> | 2023-03-06 12:48:59 -0800 |
commit | 7fc487421f19d8841c36481701655bc31bfcd79f (patch) | |
tree | e5c4e634fa957a561675156c868c561c36a71d66 /tests/handlers/test_sso.py | |
parent | add clearer return values (diff) | |
parent | Pass the requester during event serialization. (#15174) (diff) | |
download | synapse-7fc487421f19d8841c36481701655bc31bfcd79f.tar.xz |
Merge branch 'develop' into shay/rework_module
Diffstat (limited to 'tests/handlers/test_sso.py')
-rw-r--r-- | tests/handlers/test_sso.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/handlers/test_sso.py b/tests/handlers/test_sso.py index 137deab138..d6f43a98fc 100644 --- a/tests/handlers/test_sso.py +++ b/tests/handlers/test_sso.py @@ -113,7 +113,6 @@ async def mock_get_file( headers: Optional[RawHeaders] = None, is_allowed_content_type: Optional[Callable[[str], bool]] = None, ) -> Tuple[int, Dict[bytes, List[bytes]], str, int]: - fake_response = FakeResponse(code=404) if url == "http://my.server/me.png": fake_response = FakeResponse( |