Skip to content

Commit

Permalink
tentatively remove tests
Browse files Browse the repository at this point in the history
  • Loading branch information
xopham committed Jun 4, 2021
1 parent 377d796 commit 8ea6bde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_flask_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def test_mutate(
assert admission_response["status"]["code"] == status_code


def test_healthz(m_config):
def test_healthz():
assert pytest.fs.healthz() == ("", 200)


Expand Down

0 comments on commit 8ea6bde

Please sign in to comment.