Sort environment names so our assert is deterministic
This commit is contained in:
parent
f2d2f1ee02
commit
7a9405ba2f
@ -9,4 +9,4 @@ def test_create_project_with_multiple_environments():
|
||||
assert project.workspace == workspace
|
||||
assert project.name == "My Test Project"
|
||||
assert project.description == "Test"
|
||||
assert [e.name for e in project.environments] == ["dev", "prod"]
|
||||
assert sorted(e.name for e in project.environments) == ["dev", "prod"]
|
||||
|
Loading…
x
Reference in New Issue
Block a user