Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
Signed-off-by: okJiang <[email protected]>
  • Loading branch information
okJiang committed May 23, 2024
1 parent b123494 commit d31faf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integrations/client/http_client_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -828,5 +828,5 @@ func (suite *httpClientTestSuite) checkGetHealthStatus(mode mode, client pd.Clie
})
re.Equal("pd1", healths[0].Name)
re.Equal("pd2", healths[1].Name)
re.Equal(true, healths[0].Health && healths[1].Health)
re.True(healths[0].Health && healths[1].Health)
}

0 comments on commit d31faf8

Please sign in to comment.