From 29a4edbdceaef258bdba8a3c381916727aedddfc Mon Sep 17 00:00:00 2001 From: James Falcon Date: Wed, 24 May 2023 17:59:46 -0500 Subject: [PATCH] tests: update test_webhook_reporting Since the config-refresh_rmc_and_interface module was removed in #2148, we also need to update the reporting test. --- tests/integration_tests/reporting/test_webhook_reporting.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = [