Format code with black
This commit is contained in:
committed by
GitHub
parent
77f3bc3793
commit
4980b650f6
@@ -301,9 +301,7 @@ class TestQuiz:
|
|||||||
assert resp.status_code == 200
|
assert resp.status_code == 200
|
||||||
resp = test_client.get("/api/v1/quiz/get/dasdsadsadsadsadsa", cookies={"access_token": token})
|
resp = test_client.get("/api/v1/quiz/get/dasdsadsadsadsadsa", cookies={"access_token": token})
|
||||||
assert resp.status_code == 400
|
assert resp.status_code == 400
|
||||||
resp = test_client.get(
|
resp = test_client.get("/api/v1/quiz/get/847c64d3-39f9-4bb7-8f13-fae913f67858", cookies={"access_token": token})
|
||||||
"/api/v1/quiz/get/847c64d3-39f9-4bb7-8f13-fae913f67858", cookies={"access_token": token}
|
|
||||||
)
|
|
||||||
assert resp.status_code == 404
|
assert resp.status_code == 404
|
||||||
|
|
||||||
@pytest.mark.asyncio
|
@pytest.mark.asyncio
|
||||||
|
|||||||
Reference in New Issue
Block a user