Skip to content

Commit

Permalink
remove duplicated code & enhance tests setup
Browse files Browse the repository at this point in the history
  • Loading branch information
YousefAldabbas committed Jul 20, 2024
1 parent c19a540 commit 2d95b16
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_main.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
from fastapi.testclient import TestClient


def test_ping_endpoint(client: TestClient) -> None:
response = client.get("/ping")
assert response.status_code == 200
Expand Down

0 comments on commit 2d95b16

Please sign in to comment.