Skip to content

Commit

Permalink
fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mbukatov committed Apr 10, 2019
1 parent 8e7216e commit 24a8d0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion usmqe_tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -439,7 +439,7 @@ def managed_cluster(valid_session_credentials):
def unmanaged_cluster(valid_session_credentials):
"""
Return cluster information from Tendrl API and make sure that returned
cluster is *managed*.
cluster is not *managed*.
"""
cluster_reuse = get_cluster_reuse(valid_session_credentials)
if cluster_reuse["is_managed"] != "no":
Expand Down

0 comments on commit 24a8d0c

Please sign in to comment.