Skip to content

Commit 87cc8bc

Browse files
committed
e2e: fix unknown verb in message
This commit fixes the formatting in error message for kubelet CA certificate assertion.
1 parent fe52184 commit 87cc8bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/certificates_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ func (tc *testContext) testKubeletCARotation(t *testing.T) {
4646
// spin-off subtests to ensure the CA bundle file is verified in all Windows nodes
4747
t.Run("node/"+winNode.Name, func(t *testing.T) {
4848
err := tc.waitForKubeletCACertificateInNode(&winNode)
49-
assert.NoErrorf(t, err, "kubelet CA certificate should be present in node %S", winNode.Name)
49+
assert.NoErrorf(t, err, "kubelet CA certificate should be present in node %s", winNode.Name)
5050
})
5151
}
5252
}

0 commit comments

Comments
 (0)