bug/issue6 #6

Merged
Yann merged 6 commits from bug/issue6 into QA 2025-07-09 15:53:31 +00:00
Showing only changes of commit 772048a6ed - Show all commits

View File

@@ -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))