Skip to content

Commit

Permalink
add test functions
Browse files Browse the repository at this point in the history
Signed-off-by: Boyang Lyu <[email protected]>
  • Loading branch information
JackL9u committed Aug 8, 2024
1 parent 419b903 commit 6ac2bc2
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions tests/integrations/client/http_client_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -835,3 +835,11 @@ func (suite *httpClientTestSuite) TestRetryOnLeaderChange() {
cancel()
wg.Wait()
}

func (suite *httpClientTestSuite) TestGetSafePoint() {

}

func (suite *httpClientTestSuite) TestDeleteSafePoint() {

}

0 comments on commit 6ac2bc2

Please sign in to comment.