Skip to content

Commit 7893d90

Browse files
committed
reverting this change
Signed-off-by: rashmi_kh <[email protected]>
1 parent 683db58 commit 7893d90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/authentication/tokengetter_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ func TestTokenGetterGet(t *testing.T) {
7171
{"Testing token that expired 10 seconds ago", "test-service-account-3",
7272
"test-namespace-3", "test-token-3", "failed to get token"},
7373
{"Testing error when getting token from fake client", "test-service-account-4",
74-
"test-namespace-4", "error when fetching token.", "error when fetching token"},
74+
"test-namespace-4", "error when fetching token", "error when fetching token"},
7575
}
7676

7777
for _, tc := range tests {

0 commit comments

Comments
 (0)