Skip to content

Commit

Permalink
fix: dummy test
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkh committed Feb 29, 2024
1 parent e1cacfb commit fb73c36
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tdp_publicdb/tests/test_main_app.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
def test_me():
assert 1 == 1

# def test_health(client):
# response = client.get("/health", headers={"Authorization": "admin:admin"})
# assert response.status_code == 200
Expand Down

0 comments on commit fb73c36

Please sign in to comment.