Skip to content

Commit

Permalink
remove ml1 url
Browse files Browse the repository at this point in the history
  • Loading branch information
fanjindong committed May 8, 2023
1 parent 70e2197 commit 8e986ba
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 1 deletion.
Binary file added .DS_Store
Binary file not shown.
1 change: 0 additions & 1 deletion client_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ func TestPost(t *testing.T) {
func TestReuseConnection(t *testing.T) {
for i := 0; i < 10; i++ {
resp, err := Get(testUrl)
//resp, err := http.Get(testUrl)
if err != nil {
t.Log(err)
return
Expand Down

0 comments on commit 8e986ba

Please sign in to comment.