From 71d1ea51a4e9ccafd56bdcb5dba126f2b1831a36 Mon Sep 17 00:00:00 2001 From: Chris Lovering Date: Fri, 16 Aug 2024 17:53:52 +0100 Subject: Move to fastapi & mono repo layout --- tests/test_app.py | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 tests/test_app.py (limited to 'tests/test_app.py') diff --git a/tests/test_app.py b/tests/test_app.py deleted file mode 100644 index c856c52..0000000 --- a/tests/test_app.py +++ /dev/null @@ -1,8 +0,0 @@ -from litestar.testing import TestClient - -from thallium.app import app - - -def test_heartbeat() -> None: - with TestClient(app=app) as client: - assert client.get("/heartbeat").json() == {"detail": "I am alive!"} -- cgit v1.2.3