Skip to content

Commit

Permalink
remove redundant print
Browse files Browse the repository at this point in the history
Signed-off-by: husharp <[email protected]>
  • Loading branch information
HuSharp committed Apr 11, 2024
1 parent 4590464 commit 7b3e56c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/server/api/api_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1007,7 +1007,6 @@ func TestPreparingProgress(t *testing.T) {
defer resp.Body.Close()
output, err := io.ReadAll(resp.Body)
re.NoError(err)
println("check!!!", resp.StatusCode)
if resp.StatusCode != http.StatusOK {
return false
}
Expand Down

0 comments on commit 7b3e56c

Please sign in to comment.