mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-07 12:11:43 +00:00
gofmt fix.
This commit is contained in:
@@ -153,8 +153,8 @@ func TestRequiresRefresh(t *testing.T) {
|
||||
expectRefresh: true,
|
||||
},
|
||||
{
|
||||
now: start.Add(0 * time.Minute),
|
||||
// expiry will be overwritten by the tweak below.
|
||||
now: start.Add(0 * time.Minute),
|
||||
exp: start.Add(60 * time.Minute),
|
||||
expectRefresh: false,
|
||||
requestTweaks: func(tr *authenticationv1.TokenRequest) {
|
||||
|
Reference in New Issue
Block a user