Skip to content

Commit

Permalink
Removed test_server_deprecated_client test
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Miko committed Oct 2, 2020
1 parent 6f9742e commit e21242b
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions tests/integration_tests/test_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,21 +20,6 @@
TEST_ADDRESS = ("127.0.0.1", None)


async def test_server_deprecated_client(lobby_server):
proto = await connect_client(lobby_server)

await proto.send_message({"command": "ask_session", "user_agent": "faf-client", "version": "0.0.0"})
msg = await proto.read_message()

assert msg["command"] == "notice"

proto = await connect_client(lobby_server)
await proto.send_message({"command": "ask_session", "version": "0.0.0"})
msg = await proto.read_message()

assert msg["command"] == "notice"


@fast_forward(50)
async def test_ping_message(lobby_server):
_, _, proto = await connect_and_sign_in(("test", "test_password"), lobby_server)
Expand Down

0 comments on commit e21242b

Please sign in to comment.