Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Leung <rleungx@gmail.com>
  • Loading branch information
rleungx committed Aug 27, 2024
1 parent 10c6ca3 commit e320a76
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions server/api/label_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,7 @@ import (
"github.com/pingcap/kvproto/pkg/metapb"
"github.com/pingcap/kvproto/pkg/pdpb"
"github.com/stretchr/testify/suite"
<<<<<<< HEAD
=======
"github.com/tikv/pd/pkg/core"
"github.com/tikv/pd/pkg/response"
>>>>>>> c8ad186c3 (server: skip the engine key when match store label (#8486))
tu "github.com/tikv/pd/pkg/utils/testutil"
"github.com/tikv/pd/server"
"github.com/tikv/pd/server/config"
Expand Down Expand Up @@ -317,7 +313,7 @@ func (suite *strictlyLabelsStoreTestSuite) TestStoreMatch() {
},
})
if testCase.store.Address == "tiflash1" {
re.Contains(resp.GetHeader().GetError().String(), testCase.expectError)
suite.Contains(resp.GetHeader().GetError().String(), testCase.expectError)
continue
}
if testCase.valid {
Expand Down

0 comments on commit e320a76

Please sign in to comment.