From a7e597450af627158b0d12587d0fd6d6f25016cf Mon Sep 17 00:00:00 2001 From: Mariano Cano Date: Tue, 11 Oct 2022 10:04:42 -0700 Subject: [PATCH] Update acme/challenge_test.go Co-authored-by: Herman Slatman --- acme/challenge_test.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/acme/challenge_test.go b/acme/challenge_test.go index bba2ccaa..0027f5b1 100644 --- a/acme/challenge_test.go +++ b/acme/challenge_test.go @@ -2780,9 +2780,9 @@ func Test_doStepAttestationFormat_noCAIntermediate(t *testing.T) { // This CA simulates a YubiKey v5.2.4, where the attestation intermediate in // the CA does not have the basic constraint extension. With the current - // validation of the certificate the test case bellow returns an error, if - // we change the validation to support this use case, the test case bellow - // should change.. + // validation of the certificate the test case below returns an error. If + // we change the validation to support this use case, the test case below + // should change. // // See https://github.com/Yubico/yubikey-manager/issues/522 ca, err := minica.New(minica.WithIntermediateTemplate(`{"subject": {{ toJson .Subject }}}`))