Skip to content

Commit

Permalink
Fix typos.
Browse files Browse the repository at this point in the history
  • Loading branch information
baterflyrity committed Feb 24, 2024
1 parent f786f60 commit ac34ebd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration_tests/test_login.py
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ async def test_server_login_double(lobby_server):
}


async def test_server_login_token_valid(lobby_server, jwk_priv_key, jwk_kid):
async def test_server_login_token_valid(lobby_server, jwk_priv_key, jwk_kid, fixed_time):
proto = await connect_client(lobby_server)
await proto.send_message({
"command": "auth",
Expand Down

0 comments on commit ac34ebd

Please sign in to comment.