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

Commit

Permalink
Fix tests for old trial.
Browse files Browse the repository at this point in the history
  • Loading branch information
clokep committed Sep 7, 2023
1 parent d745723 commit db6581f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/push/test_email.py
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ def test_simple_sends_email(self) -> None:

self._check_for_mail()

@parameterized.expand([False, True])
@parameterized.expand([(False,), (True,)])
def test_unsubscribe(self, use_post: bool) -> None:
# Create a simple room with two users
room = self.helper.create_room_as(self.user_id, tok=self.access_token)
Expand Down

0 comments on commit db6581f

Please sign in to comment.