Skip to content

Commit

Permalink
Fix flakey integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
Askaholic committed Sep 24, 2021
1 parent c99ae3d commit 8963efa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration_tests/test_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ async def test_game_info_sent_to_friends(lobby_server):
await host_game(proto1, title="Friends Only", visibility="friends")

# Host should see their own game
msg = await read_until_command(proto1, "game_info")
msg = await read_until_command(proto1, "game_info", state="open")
assert msg["featured_mod"] == "faf"
assert msg["title"] == "Friends Only"
assert msg["visibility"] == "friends"
Expand Down

0 comments on commit 8963efa

Please sign in to comment.