Skip to content

Commit 41089ca

Browse files
committed
fix(ci): change event filter returned by api
1 parent 3bffef5 commit 41089ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

specs/monitor/events_v2_spec.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
call = self.client.post_event(
3939
name=self.event_name,
4040
description="This event was created in a CI pipeline for the Python SDK library",
41-
event_filter="host.hostName='ci'",
41+
event_filter="host_hostName='ci'",
4242
)
4343
expect(call).to(be_successful_api_call)
4444
sleep(2) # sleep to guarantee the event is created

0 commit comments

Comments
 (0)