From 8fb558da100615d3459bb7845911ad1d28302112 Mon Sep 17 00:00:00 2001 From: David Cowden Date: Thu, 30 Apr 2020 04:40:56 -0700 Subject: [PATCH] handler_test: Remove unused field "Backoffs" --- acme/api/handler_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/acme/api/handler_test.go b/acme/api/handler_test.go index 67c4f366..1054de37 100644 --- a/acme/api/handler_test.go +++ b/acme/api/handler_test.go @@ -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}, } }