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

Commit

Permalink
Update tests/util/test_macaroons.py
Browse files Browse the repository at this point in the history
Co-authored-by: Patrick Cloke <clokep@users.noreply.github.com>
  • Loading branch information
sandhose and clokep committed Jun 10, 2022
1 parent 6063314 commit 40858e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/util/test_macaroons.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def test_delete_pusher_token(self):
# Raises with another secret key
with self.assertRaises(MacaroonVerificationFailedException):
self.other_macaroon_generator.verify_delete_pusher_token(
token, "m.mail", "other@example.com"
token, "m.mail", "john@example.com"
)

# Raises when verifying for another pushkey
Expand Down

0 comments on commit 40858e9

Please sign in to comment.