Commented out the failing test_checker function in test_app.py
Some checks failed
CI/CD / test-backend (pull_request) Failing after 5s
CI/CD / create-archives (pull_request) Has been skipped

This commit is contained in:
2026-03-24 11:38:09 +03:00
parent 4eaa80c563
commit 84055cd389

View File

@@ -18,7 +18,7 @@ def test_root() -> None:
assert resp.json() == {"message": "FastAPI is running"}
def test_checker() -> None:
a = 1
assert a == 2
# def test_checker() -> None:
# a = 1
# assert a == 2