From 85f21e86f919f208ae48eade36ded25766428016 Mon Sep 17 00:00:00 2001 From: Phil Porada Date: Wed, 6 Nov 2024 16:19:06 -0500 Subject: [PATCH] Fix? --- ra/ra_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ra/ra_test.go b/ra/ra_test.go index cbd7d9cc383..16d324fa73a 100644 --- a/ra/ra_test.go +++ b/ra/ra_test.go @@ -1117,7 +1117,6 @@ func TestPerformValidation_FailedThenSuccessfulValidationResetsPauseIdentifiersR // We know this is OK because of TestNewAuthorization authzPB = createPendingAuthorization(t, sa, domain, fc.Now().Add(12*time.Hour)) - mockSA.authorizationsForRegID[authzPB.RegistrationID] = authzPB va.PerformValidationRequestResultReturn = &vapb.ValidationResult{ Records: []*corepb.ValidationRecord{ @@ -1138,6 +1137,7 @@ func TestPerformValidation_FailedThenSuccessfulValidationResetsPauseIdentifiersR ChallengeIndex: challIdx, }) test.AssertNotError(t, err, "PerformValidation failed") + mockSA.authorizationsForRegID[authzPB.RegistrationID] = authzPB select { case r := <-va.performValidationRequest: