Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
tac0turtle committed Oct 3, 2024
1 parent d7b186a commit 12cd856
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/systemtests/rest_cli.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ func GetRequest(t *testing.T, url string) []byte {

func GetRequestWithHeaders(t *testing.T, url string, headers map[string]string, expCode int) []byte {
t.Helper()
req, err := http.NewRequest("GET", url, nil) //nolint:gosec // only used for testing
req, err := http.NewRequest("GET", url, nil)
require.NoError(t, err)

for key, value := range headers {
Expand Down

0 comments on commit 12cd856

Please sign in to comment.