forked from Github-Mirrors/canaille
2 lines
71 B
Python
2 lines
71 B
Python
def test_version(testclient):
|
|
testclient.get("/about", status=200)
|