Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
wuhaoyujerry committed May 5, 2022
1 parent f3c54aa commit db3d86e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fhttp/http_test.go
Expand Up @@ -700,7 +700,7 @@ func TestBadURLStdClient(t *testing.T) {
}

opts.URL = "http://doesnotexist.fortio.org"
cli, err = NewStdClient(opts)
cli, _ = NewStdClient(opts)
code, _, _ := cli.Fetch()
if code != -1 {
t.Errorf("config2: client can send request despite bogus url %s", opts.URL)
Expand Down

0 comments on commit db3d86e

Please sign in to comment.