Skip to content

Commit

Permalink
rebase fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ychebotarev committed Oct 2, 2024
1 parent c02e1b3 commit 480ecd5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/ndc/ndc_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,8 @@ func (s *NDCFunctionalTestSuite) SetupSuite() {

var clusterConfigs []*testcore.TestClusterConfig
s.Require().NoError(yaml.Unmarshal(confContent, &clusterConfigs))
clusterConfigs[0].WorkerConfig = tests.WorkerConfig{DisableWorker: true}
clusterConfigs[1].WorkerConfig = tests.WorkerConfig{DisableWorker: true}
clusterConfigs[0].WorkerConfig = testcore.WorkerConfig{DisableWorker: true}
clusterConfigs[1].WorkerConfig = testcore.WorkerConfig{DisableWorker: true}

s.controller = gomock.NewController(s.T())
mockStreamClient := adminservicemock.NewMockAdminService_StreamWorkflowReplicationMessagesClient(s.controller)
Expand Down

0 comments on commit 480ecd5

Please sign in to comment.