Skip to content

Commit

Permalink
Revert "add test"
Browse files Browse the repository at this point in the history
This reverts commit 3c6973f.
  • Loading branch information
Yisaer committed Feb 1, 2023
1 parent 6e2834b commit 1a079e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/statistics_handler_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ func TestDumpPartitionTableStats(t *testing.T) {
defer func() {
require.NoError(t, resp1.Body.Close())
}()
_, err = io.ReadAll(resp1.Body)
js, err = io.ReadAll(resp1.Body)
require.NoError(t, err)

path1 := "/tmp/stats2_history.json"
Expand Down

0 comments on commit 1a079e1

Please sign in to comment.