Skip to content

Commit f5c275c

Browse files
author
Ruslan Gainutdinov
committed
fix: unit tests
1 parent d2c3a04 commit f5c275c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/unit_tests/clusters/test_clusters.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ def test_create_cluster_successful(self, clusters_service, endpoint):
108108
description=CLUSTER_DESCRIPTION,
109109
ssh_key_ids=[SSH_KEY_ID],
110110
location=CLUSTER_LOCATION,
111+
wait_for_status=CLUSTER_STATUS,
111112
)
112113

113114
# assert

0 commit comments

Comments
 (0)