Skip to content

Commit

Permalink
Linter
Browse files Browse the repository at this point in the history
  • Loading branch information
ralikio committed Jun 17, 2024
1 parent c98bd71 commit dab94b3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions cmd/broker/broker_suite_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ func (s *BrokerSuiteTest) TearDown() {

func NewBrokerSuiteTest(t *testing.T, version ...string) *BrokerSuiteTest {
cfg := fixConfig()
cfg.SapConvergedCloudRegionMappingsFilePath = "testdata/old-sap-converged-cloud-region-mappings.yaml"
cfg.SapConvergedCloudRegionMappingsFilePath = "testdata/old-sap-converged-cloud-region-mappings.yaml"
return NewBrokerSuiteTestWithConfig(t, cfg, version...)
}

Expand All @@ -150,7 +150,7 @@ func NewBrokerSuitTestWithMetrics(t *testing.T, cfg *Config, version ...string)

func NewBrokerSuiteTestWithOptionalRegion(t *testing.T, version ...string) *BrokerSuiteTest {
cfg := fixConfig()
cfg.SapConvergedCloudRegionMappingsFilePath = "testdata/old-sap-converged-cloud-region-mappings.yaml"
cfg.SapConvergedCloudRegionMappingsFilePath = "testdata/old-sap-converged-cloud-region-mappings.yaml"
return NewBrokerSuiteTestWithConfig(t, cfg, version...)
}

Expand Down
4 changes: 2 additions & 2 deletions cmd/broker/suite_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -999,8 +999,8 @@ func fixConfig() *Config {
Deprovisioning: process.StagedManagerConfiguration{MaxStepProcessingTime: time.Minute},
Update: process.StagedManagerConfiguration{MaxStepProcessingTime: time.Minute},

ArchiveEnabled: true,
CleaningEnabled: true,
ArchiveEnabled: true,
CleaningEnabled: true,
SapConvergedCloudRegionMappingsFilePath: "testdata/old-sap-converged-cloud-region-mappings.yaml",
}
}
Expand Down

0 comments on commit dab94b3

Please sign in to comment.