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