Skip to content

Commit

Permalink
fixing typo
Browse files Browse the repository at this point in the history
  • Loading branch information
skudriavtsev committed Apr 7, 2022
1 parent b6079a2 commit 6f4c714
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion connector_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ func (hr *FakeHttpRequestor) Init(authCfg AuthConfig, trCfg TransportConfig) {
hr.trCfg = trCfg
}

func (hr *FakeHttpRequestor) syncSendRequest(req *http.Request) ([]byte, error) {
func (hr *FakeHttpRequestor) SendRequest(req *http.Request) ([]byte, error) {
Expect(req).To(Equal(hr.req))

return hr.res, nil
Expand Down

0 comments on commit 6f4c714

Please sign in to comment.