Linted .py files
This commit is contained in:
@@ -2,8 +2,10 @@
|
||||
# Tiny test to pass CI, just checks the health endpoint to ensure API running.
|
||||
#
|
||||
from fastapi.testclient import TestClient
|
||||
|
||||
from app.main import app
|
||||
|
||||
|
||||
def test_healthz():
|
||||
client = TestClient(app)
|
||||
r = client.get("/healthz")
|
Reference in New Issue
Block a user