Skip to content

Commit

Permalink
Fix tests take 2
Browse files Browse the repository at this point in the history
  • Loading branch information
erikjohnston committed May 17, 2024
1 parent a1b3a7c commit e4982ad
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/handlers/test_room_member.py
Original file line number Diff line number Diff line change
Expand Up @@ -275,6 +275,7 @@ def test_local_users_joining_on_another_worker_contribute_to_rate_limit(
action=Membership.JOIN,
),
LimitExceededError,
by=0.5,
)

# Try to join as Chris on the original worker. Should get denied because Alice
Expand All @@ -287,6 +288,7 @@ def test_local_users_joining_on_another_worker_contribute_to_rate_limit(
action=Membership.JOIN,
),
LimitExceededError,
by=0.5,
)


Expand Down

0 comments on commit e4982ad

Please sign in to comment.