diff --git a/tests/integration/targets/cloud_stack/tasks/main.yml b/tests/integration/targets/cloud_stack/tasks/main.yml index 98a7bdd..64c0604 100644 --- a/tests/integration/targets/cloud_stack/tasks/main.yml +++ b/tests/integration/targets/cloud_stack/tasks/main.yml @@ -1,7 +1,7 @@ - name: Create a Grafana Cloud stack grafana.grafana.cloud_stack: - name: testansiblestack - stack_slug: testansiblestack + name: ansiblecollectionstack + stack_slug: ansiblecollectionstack cloud_api_key: "{{ grafana_cloud_api_key }}" org_slug: "{{ org_name }}" state: present @@ -9,7 +9,7 @@ - assert: that: - - create_result.url == "https://testansiblestack.grafana.net" + - create_result.url == "https://ansiblecollectionstack.grafana.net" - name: Sleep for 30 seconds ansible.builtin.wait_for: @@ -17,8 +17,8 @@ - name: Delete a Grafana Cloud stack grafana.grafana.cloud_stack: - name: testansiblestack - stack_slug: testansiblestack + name: ansiblecollectionstack + stack_slug: ansiblecollectionstack cloud_api_key: "{{ grafana_cloud_api_key }}" org_slug: "{{ org_name }}" state: absent @@ -27,4 +27,4 @@ - assert: that: - delete_result.changed == true - - delete_result.url == "https://testansiblestack.grafana.net" \ No newline at end of file + - delete_result.url == "https://ansiblecollectionstack.grafana.net"