app/test_main.py aktualisiert
(fix) remove unnecessary print statement
This commit is contained in:
@@ -54,7 +54,6 @@ async def test_forward_notification_success():
|
||||
async with AsyncClient(
|
||||
transport=ASGITransport(app=app), base_url="http://test"
|
||||
) as ac:
|
||||
print(req)
|
||||
response = await ac.post("/notification", json=req)
|
||||
assert response.status_code == 204, description
|
||||
|
||||
|
||||
Reference in New Issue
Block a user