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