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 fe52184 commit 87cc8bcCopy full SHA for 87cc8bc
test/e2e/certificates_test.go
@@ -46,7 +46,7 @@ func (tc *testContext) testKubeletCARotation(t *testing.T) {
46
// spin-off subtests to ensure the CA bundle file is verified in all Windows nodes
47
t.Run("node/"+winNode.Name, func(t *testing.T) {
48
err := tc.waitForKubeletCACertificateInNode(&winNode)
49
- assert.NoErrorf(t, err, "kubelet CA certificate should be present in node %S", winNode.Name)
+ assert.NoErrorf(t, err, "kubelet CA certificate should be present in node %s", winNode.Name)
50
})
51
}
52
0 commit comments