From 772048a6ed928833704264b3fc31d795015e0c7e Mon Sep 17 00:00:00 2001 From: yann Date: Tue, 8 Jul 2025 16:56:15 +0200 Subject: [PATCH] removed print --- tests/test_update.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/test_update.py b/tests/test_update.py index 555edd3..8a0191b 100644 --- a/tests/test_update.py +++ b/tests/test_update.py @@ -10,4 +10,3 @@ class TestPointsUpdate: club2.update({"places": points-1}) response = client.post('/purchasePlaces', data=club2) assert f"Great ! {points-1} places booked for {club2['competition']}" in response.data.decode() - print(int(connect.span.text))