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