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:
Ishan Jain 2022-10-07 11:49:18 +05:30 committed by GitHub
parent 01419db610
commit f784dd991f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"