We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bffef5 commit 41089caCopy full SHA for 41089ca
specs/monitor/events_v2_spec.py
@@ -38,7 +38,7 @@
38
call = self.client.post_event(
39
name=self.event_name,
40
description="This event was created in a CI pipeline for the Python SDK library",
41
- event_filter="host.hostName='ci'",
+ event_filter="host_hostName='ci'",
42
)
43
expect(call).to(be_successful_api_call)
44
sleep(2) # sleep to guarantee the event is created
0 commit comments