From 40858e9e3eb7b7def3f14d3a1ea1d0ad66f4a230 Mon Sep 17 00:00:00 2001 From: Quentin Gliech Date: Fri, 10 Jun 2022 19:19:07 +0200 Subject: [PATCH] Update tests/util/test_macaroons.py Co-authored-by: Patrick Cloke --- tests/util/test_macaroons.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/util/test_macaroons.py b/tests/util/test_macaroons.py index 93ca691dc49b..32125f7bb784 100644 --- a/tests/util/test_macaroons.py +++ b/tests/util/test_macaroons.py @@ -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