Merge pull request 'fix' (#3) from fix into test
Reviewed-on: http://5.129.221.254:3000/RLK/python-common-app/pulls/3
This commit was merged in pull request #3.
This commit is contained in:
@@ -18,7 +18,7 @@ def test_root() -> None:
|
|||||||
assert resp.json() == {"message": "FastAPI is running"}
|
assert resp.json() == {"message": "FastAPI is running"}
|
||||||
|
|
||||||
|
|
||||||
def test_checker() -> None:
|
# def test_checker() -> None:
|
||||||
a = 1
|
# a = 1
|
||||||
assert a == 2
|
# assert a == 2
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user