We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8642a83 commit 0cbceddCopy full SHA for 0cbcedd
tdp_publicdb/tests/test_main_app.py
@@ -1,7 +1,7 @@
1
-def test_health(client):
2
- response = client.get("/health", headers={"Authorization": "admin:admin"})
3
- assert response.status_code == 200
4
- assert response.json() == "ok"
+# def test_health(client):
+# response = client.get("/health", headers={"Authorization": "admin:admin"})
+# assert response.status_code == 200
+# assert response.json() == "ok"
5
6
7
# def test_genehopper_proxy(client):
0 commit comments