We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 683db58 commit 7893d90Copy full SHA for 7893d90
internal/authentication/tokengetter_test.go
@@ -71,7 +71,7 @@ func TestTokenGetterGet(t *testing.T) {
71
{"Testing token that expired 10 seconds ago", "test-service-account-3",
72
"test-namespace-3", "test-token-3", "failed to get token"},
73
{"Testing error when getting token from fake client", "test-service-account-4",
74
- "test-namespace-4", "error when fetching token.", "error when fetching token"},
+ "test-namespace-4", "error when fetching token", "error when fetching token"},
75
}
76
77
for _, tc := range tests {
0 commit comments