3 lines
123 B
Python
3 lines
123 B
Python
def test_ping_medaille(client):
|
|
response = client.get("/ping")
|
|
assert b"{\"message\":\"pong\"}\n" in response.data
|