Skip to content

Commit

Permalink
formatted files
Browse files Browse the repository at this point in the history
Signed-off-by: Bharadwajshivam28 <[email protected]>
  • Loading branch information
Bharadwajshivam28 committed Oct 16, 2024
1 parent 731d0e4 commit 100e353
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ func Test_GetRoundtripper(t *testing.T) {
got, err := RoundTripperRetriever{}.GetRoundTripper(context.TODO(), tt.provider, tt.k8sClient)
t.Log(err)
if (err != nil) != tt.wantErr {
t.Errorf("getRoundtripper() error = %v, wantErr %v", err, tt.wantErr)
t.Errorf("getRoundtripper() error. = %v, wantErr %v", err, tt.wantErr)
return
}
if tt.errorStr != "" && !strings.Contains(err.Error(), tt.errorStr) {
Expand Down

0 comments on commit 100e353

Please sign in to comment.