From b54acaeab75a73eb0a1d400c817bcb559bb83c23 Mon Sep 17 00:00:00 2001 From: Tim Kimber Date: Sat, 17 Jul 2021 12:45:13 +0100 Subject: [PATCH] Fix comments --- test/19-test-add-to-sans.bats | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test/19-test-add-to-sans.bats b/test/19-test-add-to-sans.bats index d7ea78d..a0a6d71 100644 --- a/test/19-test-add-to-sans.bats +++ b/test/19-test-add-to-sans.bats @@ -47,7 +47,7 @@ teardown() { assert_success check_output_for_errors - # As the SANS list changed, a new certificate is needed + # As the SANS list didn't change, a new certificate isn't needed refute_line --partial "does not match domains requested" refute_line --partial "does not have the same domains as the config - re-create-csr" refute_line --partial "certificate installed OK on server" @@ -115,7 +115,7 @@ EOF assert_success check_output_for_errors - # As the SANS list changed, a new certificate is needed + # As the SANS list didn't change, a new certificate isn't needed refute_line --partial "does not match domains requested" refute_line --partial "does not have the same domains as the config - re-create-csr" refute_line --partial "certificate installed OK on server" @@ -150,7 +150,7 @@ EOF assert_success check_output_for_errors - # As the SANS list changed, a new certificate is needed + # As the SANS list didn't change, a new certificate isn't needed refute_line --partial "does not match domains requested" refute_line --partial "does not have the same domains as the config - re-create-csr" refute_line --partial "certificate installed OK on server"