Skip to content

Commit

Permalink
Fix the raw API test
Browse files Browse the repository at this point in the history
Signed-off-by: JmPotato <[email protected]>
  • Loading branch information
JmPotato committed Dec 20, 2024
1 parent eea172f commit f596381
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration_tests/raw/api_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ func (s *apiTestSuite) SetupTest() {
s.Nil(err)
s.apiVersion = s.getApiVersion(pdClient)

s.pdClient = s.wrapPDClient(pdClient, addrs)
s.pdClient = s.wrapPDClient(pdClient)

client := s.newRawKVClient(pdClient, addrs)
s.client = client
Expand Down

0 comments on commit f596381

Please sign in to comment.