diff --git a/tests/integration_tests/reporting/test_webhook_reporting.py b/tests/integration_tests/reporting/test_webhook_reporting.py index 9eb720c90d3..3fcda11c176 100644 --- a/tests/integration_tests/reporting/test_webhook_reporting.py +++ b/tests/integration_tests/reporting/test_webhook_reporting.py @@ -54,7 +54,7 @@ def test_webhook_reporting(client: IntegrationInstance): events = [json.loads(line) for line in server_output] # Only time this should be less is if we remove modules - assert len(events) > 58, events + assert len(events) > 56, events # Assert our first and last expected messages exist ds_events = [