Skip to content

Commit a6d9b45

Browse files
committed
fixup! Align transient status handling
1 parent cb59bac commit a6d9b45

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ def _factory(org_id: ULID, project_id: ULID, name: str, **overrides: object) ->
173173
wait_for_status(
174174
client,
175175
f"organizations/{org_id}/projects/{project_id}/branches/{uid}/",
176-
["ACTIVE_HEALTHY"],
176+
["CREATING", "STARTING", "ACTIVE_HEALTHY"],
177177
BRANCH_TIMEOUT_SEC,
178178
)
179179
created.append((org_id, project_id, uid))

0 commit comments

Comments
 (0)