gofmt fix.

This commit is contained in:
Patrick Rhomberg 2020-04-23 23:32:04 +00:00
parent a262b2762a
commit 5ea1cef4c5

View File

@ -153,8 +153,8 @@ func TestRequiresRefresh(t *testing.T) {
expectRefresh: true, expectRefresh: true,
}, },
{ {
now: start.Add(0 * time.Minute),
// expiry will be overwritten by the tweak below. // expiry will be overwritten by the tweak below.
now: start.Add(0 * time.Minute),
exp: start.Add(60 * time.Minute), exp: start.Add(60 * time.Minute),
expectRefresh: false, expectRefresh: false,
requestTweaks: func(tr *authenticationv1.TokenRequest) { requestTweaks: func(tr *authenticationv1.TokenRequest) {