Skip to content

Commit

Permalink
Force linter violation
Browse files Browse the repository at this point in the history
Signed-off-by: Ivan Valdes <[email protected]>
  • Loading branch information
ivanvc committed May 2, 2024
1 parent 77b2dfd commit 24e156f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/internal/v2/client_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ func TestSimpleHTTPClientDoHeaderTimeout(t *testing.T) {
}

func TestHTTPClusterClientDo(t *testing.T) {
fakeErr := errors.New("fake")
fakeErr := errors.New("fake!")
fakeURL := url.URL{}
tests := []struct {
client *httpClusterClient
Expand Down

0 comments on commit 24e156f

Please sign in to comment.