Skip to content

Commit 13be074

Browse files
authored
Merge pull request #6881 from opsmill/stable-python_sdk-v1.13.5
Update python_sdk to version v1.13.5 against stable
2 parents 99495f7 + d5627b3 commit 13be074

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

backend/tests/integration/proposed_change/test_proposed_change_conflict.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -282,11 +282,11 @@ async def test_happy_pipeline(self, db: InfrahubDatabase, happy_data_branch: str
282282
secondary_events = await client.execute_graphql(
283283
query=QUERY_EVENT, variables={"parent__ids": merge_event_id}
284284
)
285-
if secondary_events["InfrahubEvent"]["count"] >= 2:
285+
if secondary_events["InfrahubEvent"]["count"] >= 3:
286286
break
287287
await asyncio.sleep(1)
288288

289-
assert secondary_events["InfrahubEvent"]["count"] >= 2
289+
assert secondary_events["InfrahubEvent"]["count"] >= 3
290290

291291
johns_events = [
292292
event

0 commit comments

Comments
 (0)