mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-24 04:06:03 +00:00
gofmt fix.
This commit is contained in:
parent
a262b2762a
commit
5ea1cef4c5
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user