Skip to content

Commit

Permalink
test-3
Browse files Browse the repository at this point in the history
Signed-off-by: lhy1024 <[email protected]>
  • Loading branch information
lhy1024 committed Jan 14, 2025
1 parent ec91738 commit 3264e80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/server/api/api_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -827,7 +827,7 @@ func TestRemovingProgress(t *testing.T) {
resp, err := tests.TestDialClient.Do(req)
re.NoError(err)
defer resp.Body.Close()
if resp.StatusCode != http.StatusOK {
if resp.StatusCode != http.StatusOK /stores/progress{

Check failure on line 830 in tests/server/api/api_test.go

View workflow job for this annotation

GitHub Actions / chunks (5, Tests(2))

cannot convert http.StatusOK (untyped int constant 200) to type []*metapb.Store

Check failure on line 830 in tests/server/api/api_test.go

View workflow job for this annotation

GitHub Actions / chunks (5, Tests(2))

undefined: progress
return false
}
// is not prepared
Expand Down

0 comments on commit 3264e80

Please sign in to comment.