Skip to content

Commit

Permalink
Path Initialisation
Browse files Browse the repository at this point in the history
  • Loading branch information
ralikio committed Jun 14, 2024
1 parent 9a8c6ed commit fbd47f2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/broker/broker_suite_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +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"

Check failure on line 127 in cmd/broker/broker_suite_test.go

View workflow job for this annotation

GitHub Actions / run-go-linter

File is not `gofmt`-ed with `-s` (gofmt)

Check failure on line 127 in cmd/broker/broker_suite_test.go

View workflow job for this annotation

GitHub Actions / run-go-linter

File is not `goimports`-ed (goimports)
return NewBrokerSuiteTestWithConfig(t, cfg, version...)
}

Expand Down

0 comments on commit fbd47f2

Please sign in to comment.