From 8d1f6774b279baa5f3e9372743b8a936b94e2cec Mon Sep 17 00:00:00 2001 From: nicolas Date: Wed, 16 Jul 2025 17:48:32 +0000 Subject: [PATCH] app/test_main.py aktualisiert (fix) remove unnecessary print statement --- app/test_main.py | 1 - 1 file changed, 1 deletion(-) diff --git a/app/test_main.py b/app/test_main.py index 2d3663c..803666f 100644 --- a/app/test_main.py +++ b/app/test_main.py @@ -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