Skip to content

Commit

Permalink
fix: linter issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Pikeev committed Oct 25, 2024
1 parent 8a8deb1 commit bdd7643
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion url_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import (

func TestURL(t *testing.T) {
c, err := NewClient("http://localhost:3000", &http.Client{})

require.NoError(t, err)
req := NewURLRequest("http://example.com")
req.UseBasicAuth("foo", "bar")
dirPath, err := test.Rand()
Expand Down

0 comments on commit bdd7643

Please sign in to comment.