Skip to content

Commit

Permalink
tests: update test_webhook_reporting
Browse files Browse the repository at this point in the history
Since the config-refresh_rmc_and_interface module was removed in #2148,
we also need to update the reporting test.
  • Loading branch information
TheRealFalcon authored May 24, 2023
1 parent f109955 commit 29a4edb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down

0 comments on commit 29a4edb

Please sign in to comment.