Fix lint and format code in client/httplib dir

This commit is contained in:
loyalsoldier
2021-06-06 20:41:10 +08:00
parent ca328208cc
commit c28ae80b11
9 changed files with 13 additions and 19 deletions

View File

@@ -26,7 +26,6 @@ import (
)
func TestStartMock(t *testing.T) {
// httplib.defaultSetting.FilterChains = []httplib.FilterChain{mockFilter.FilterChain}
stub := StartMock()
@@ -41,7 +40,6 @@ func TestStartMock(t *testing.T) {
assert.Equal(t, expectedErr, err)
assert.Equal(t, expectedResp, resp)
}
// TestStartMock_Isolation Test StartMock that