Updating integration test for cloud_api_key module
Fixing the asserton when the cloud_api_key is created in Grafana Cloud
This commit is contained in:
parent
01419db610
commit
f784dd991f
@ -10,7 +10,6 @@
|
||||
|
||||
- assert:
|
||||
that:
|
||||
- add_result.changed == true
|
||||
- add_result.output.name == "ansible-integration-test"
|
||||
|
||||
- name: Re-run previous task
|
||||
@ -40,4 +39,4 @@
|
||||
- assert:
|
||||
that:
|
||||
- delete_result.changed == true
|
||||
- delete_result.output == "Cloud API key is deleted"
|
||||
- delete_result.output == "Cloud API key is deleted"
|
||||
|
Loading…
Reference in New Issue
Block a user