Skip to content

Commit

Permalink
test: fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
welkeyever committed Sep 21, 2023
1 parent e9ac181 commit 0916db7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/app/client/client_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2163,7 +2163,7 @@ func TestClientHostClientConfigHookError(t *testing.T) {
req.SetMethod(consts.MethodGet)
req.SetRequestURI("http://foo.bar/")
resp := protocol.AcquireResponse()
err := client.do(nil, req, resp)
err := client.do(context.TODO(), req, resp)
assert.DeepEqual(t, "hook return", err.Error())
}

Expand Down

0 comments on commit 0916db7

Please sign in to comment.