TP_JO2024/athlete/tests/test_ping_athlete.py
2024-03-27 14:17:05 +01:00

3 lines
122 B
Python

def test_ping_athlete(client):
response = client.get("/ping")
assert b"{\"message\":\"pong\"}\n" in response.data