Skip to content

Commit

Permalink
test: remove sslmode from assert
Browse files Browse the repository at this point in the history
  • Loading branch information
Nemental committed Aug 16, 2024
1 parent 77878fb commit 9cf46a3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@
- not result.changed
- result.datasource.basicAuth == false
- result.datasource.isDefault == false
- result.datasource.jsonData.sslmode == 'verify-full'
- result.datasource.jsonData.tlsAuth == false
- result.datasource.jsonData.tlsAuthWithCACert == false
- result.datasource.jsonData.implementation == 'prometheus'
Expand All @@ -66,6 +65,7 @@
- assert:
that:
- result.changed
- "result.msg == 'Datasource datasource-alertmanager deleted.'"

- name: Delete alertmanager datasource
register: result
Expand Down

0 comments on commit 9cf46a3

Please sign in to comment.