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 04607c1 commit de94a65Copy full SHA for de94a65
specs/monitor/events_v2_spec.py
@@ -47,7 +47,7 @@
47
expect((ok, res)).to(be_successful_api_call)
48
expect(res).to(have_key("events"))
49
expect(res["events"]).to(
50
- contain(have_key("scope", equal("host.hostName = 'ci'")))
+ contain(have_key("scope", equal("host_hostName = 'ci'")))
51
)
52
53
with it("is able to retrieve an event by ID"):
@@ -56,6 +56,7 @@
56
description="This event was created in a CI pipeline for the Python SDK library",
57
58
59
+ time.sleep(5) # Wait for the API to stabilize the events
60
61
event = res["event"]
62
event_id = event["id"]
0 commit comments