Skip to content

Commit

Permalink
reverting this change
Browse files Browse the repository at this point in the history
Signed-off-by: rashmi_kh <[email protected]>
  • Loading branch information
rashmi43 committed Nov 26, 2024
1 parent 683db58 commit 7893d90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/authentication/tokengetter_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ func TestTokenGetterGet(t *testing.T) {
{"Testing token that expired 10 seconds ago", "test-service-account-3",
"test-namespace-3", "test-token-3", "failed to get token"},
{"Testing error when getting token from fake client", "test-service-account-4",
"test-namespace-4", "error when fetching token.", "error when fetching token"},
"test-namespace-4", "error when fetching token", "error when fetching token"},
}

for _, tc := range tests {
Expand Down

0 comments on commit 7893d90

Please sign in to comment.