Skip to content
This repository has been archived by the owner on Mar 26, 2024. It is now read-only.

Commit

Permalink
Fix well known test for blank identity server value
Browse files Browse the repository at this point in the history
  • Loading branch information
Fizzadar committed Oct 16, 2023
1 parent e6e3c78 commit eaac88e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/rest/test_well_known.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ def test_client_well_known_msc3861_oauth_delegation(self) -> None:
channel.json_body,
{
"m.homeserver": {"base_url": "https://homeserver/"},
"m.identity_server": {"base_url": ""},
"org.matrix.msc2965.authentication": {
"issuer": "https://issuer",
"account": "https://my-account.issuer",
Expand Down

0 comments on commit eaac88e

Please sign in to comment.