Skip to content

Commit

Permalink
Fix?
Browse files Browse the repository at this point in the history
  • Loading branch information
pgporada committed Nov 6, 2024
1 parent 12bf5e5 commit 85f21e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ra/ra_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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{
Expand All @@ -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:
Expand Down

0 comments on commit 85f21e8

Please sign in to comment.