forked from TrueCloudLab/certificates
handler_test: Remove unused field "Backoffs"
This commit is contained in:
parent
8d4356733e
commit
8fb558da10
1 changed files with 1 additions and 1 deletions
|
@ -589,7 +589,7 @@ func ch() acme.Challenge {
|
|||
URL: "https://ca.smallstep.com/acme/challenge/chID",
|
||||
ID: "chID",
|
||||
AuthzID: "authzID",
|
||||
Retry: &acme.Retry{Called:0, Backoffs:1, Active:false},
|
||||
Retry: &acme.Retry{Called: 0, Active: false},
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue