diff --git a/tests/test_endpoints.py b/tests/test_endpoints.py index 34799ab..2153bc5 100644 --- a/tests/test_endpoints.py +++ b/tests/test_endpoints.py @@ -144,7 +144,7 @@ def test_events_endpoint_accepts_valid_mds_payload( if resp.status_code == 403: retries = retries + 1 continue - + break assert resp.status_code == 200