Skip to content

Commit

Permalink
add IT
Browse files Browse the repository at this point in the history
  • Loading branch information
HTHou committed Aug 29, 2024
1 parent 0206698 commit 6bd3155
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/e2e_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ func (s *e2eTestSuite) Test_ClusterSessionInit() {
}
var session client.Session
session = client.NewClusterSession(config)
err := session.Open(false, 0)
err := session.OpenCluster(false)
s.Require().NoError(err)
_, err = session.Close()
s.Require().NoError(err)
Expand Down

0 comments on commit 6bd3155

Please sign in to comment.