diff options
Diffstat (limited to 'tests/test_app.py')
-rw-r--r-- | tests/test_app.py | 8 |
1 files changed, 0 insertions, 8 deletions
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!"} |