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

Commit

Permalink
Correct testcase name
Browse files Browse the repository at this point in the history
Co-authored-by: Quentin Gliech <[email protected]>
  • Loading branch information
David Robertson and sandhose authored Dec 5, 2023
1 parent a9843d1 commit ad6e55b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/rest/client/test_auth_issuer.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
ACCOUNT_MANAGEMENT_URL = "https://account.example.com/myaccount/"


class AccountDataTestCase(HomeserverTestCase):
class AuthIssuerTestCase(HomeserverTestCase):
servlets = [
auth_issuer.register_servlets,
]
Expand Down

0 comments on commit ad6e55b

Please sign in to comment.