Skip to content

Commit ca7e7b6

Browse files
committed
fix test
1 parent b2eba4c commit ca7e7b6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ra/ra_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3443,7 +3443,7 @@ func TestIssueCertificateOuter(t *testing.T) {
34433443
CertificateProfileName: tc.profile,
34443444
}
34453445

3446-
order, err = ra.issueCertificateOuter(context.Background(), order, csr, certificateRequestEvent{})
3446+
order, err = ra.issueCertificateOuter(context.Background(), order, csr, nil, certificateRequestEvent{})
34473447

34483448
// The resulting order should have new fields populated
34493449
if order.Status != string(core.StatusValid) {

0 commit comments

Comments
 (0)