Skip to content

Commit

Permalink
Test workflow error
Browse files Browse the repository at this point in the history
  • Loading branch information
Vianpyro committed Nov 11, 2024
1 parent 4715ed0 commit 2a877eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_get_time.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ def client():

def test_get_time(client):
response = client.get("/time")
assert response.status_code == 200
assert response.status_code == 404
assert response.json == {"server_time": time.strftime("%H:%M:%S %d/%m/%Y")}

0 comments on commit 2a877eb

Please sign in to comment.