Skip to content

Commit

Permalink
test: re-decrement expected webhook events (canonical#5894)
Browse files Browse the repository at this point in the history
Tried to fix in aedb7f9 , but there are two events (start and stop)
per module
  • Loading branch information
TheRealFalcon authored Nov 21, 2024
1 parent ba04e4c commit 9f2cae7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,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) > 51, events
assert len(events) > 50, events

# Assert our first and last expected messages exist
ds_events = [
Expand Down

0 comments on commit 9f2cae7

Please sign in to comment.