We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a262b27 commit 5ea1cefCopy full SHA for 5ea1cef
pkg/kubelet/token/token_manager_test.go
@@ -153,8 +153,8 @@ func TestRequiresRefresh(t *testing.T) {
153
expectRefresh: true,
154
},
155
{
156
- now: start.Add(0 * time.Minute),
157
// expiry will be overwritten by the tweak below.
+ now: start.Add(0 * time.Minute),
158
exp: start.Add(60 * time.Minute),
159
expectRefresh: false,
160
requestTweaks: func(tr *authenticationv1.TokenRequest) {
0 commit comments