Skip to content

Commit

Permalink
Updated acme test check
Browse files Browse the repository at this point in the history
  • Loading branch information
ntimo committed Feb 19, 2021
1 parent 0775db6 commit 3b84764
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/mailcow-tests/tasks/tests/acme.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
set_fact:
result_acme_certificate_sucess: success
when: ('stdout' in result_acme_certificate) and
("issuer=CN = Fake LE Intermediate X1" in result_acme_certificate.stdout)
("issuer=CN = (STAGING) Artificial Apricot R3" in result_acme_certificate.stdout)

- name: Eval test failure
set_fact:
Expand Down

0 comments on commit 3b84764

Please sign in to comment.