We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When a cluster was imported with a name, choose_cluster (from usmqe/web/tools.py) function doesn't recognize it and returns None.
choose_cluster
usmqe/web/tools.py
The text was updated successfully, but these errors were encountered:
fyi: @ebondare
Sorry, something went wrong.
This could be probably generalized, so that @fbalak could remove duplicated lines (shown bellow) in his tests:
if cluster_reuse["short_name"]: cluster_identifier = cluster_reuse["short_name"] else: cluster_identifier = cluster_reuse["integration_id"]
So it's related to #229
No branches or pull requests
When a cluster was imported with a name,
choose_cluster
(fromusmqe/web/tools.py
) function doesn't recognize it and returns None.The text was updated successfully, but these errors were encountered: