handler_test: Remove unused field "Backoffs"

This commit is contained in:
David Cowden 2020-04-30 04:40:56 -07:00
parent 8d4356733e
commit 8fb558da10

View file

@ -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},
}
}