Skip to content

Commit

Permalink
mod fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
mark4z committed May 6, 2022
1 parent 58e0b07 commit f91fa1c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pkg/common/http/manager_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ func TestCreateHttpConnectionManager(t *testing.T) {
IdleTimeoutStr: "100",
}

hcm := CreateHttpConnectionManager(&hcmc, nil)
hcm := CreateHttpConnectionManager(&hcmc)
assert.Equal(t, len(hcm.filterManager.GetFactory()), 1)
request, err := http.NewRequest("POST", "http://www.dubbogopixiu.com/api/v1?name=tc", bytes.NewReader([]byte("{\"id\":\"12345\"}")))
assert.NoError(t, err)
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f91fa1c

Please sign in to comment.