Skip to content

Commit

Permalink
fix benchmark test namespace name (#13729)
Browse files Browse the repository at this point in the history
  • Loading branch information
anirudhwarrier authored Jul 2, 2024
1 parent 2c2ca6a commit e71ea7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration-tests/benchmark/keeper_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ func SetupAutomationBenchmarkEnv(t *testing.T, keeperTestConfig types.KeeperBenc
TTL: time.Hour * 720, // 30 days,
NamespacePrefix: fmt.Sprintf(
"automation-%s-%s-%s",
strings.ToLower(strings.Join(keeperTestConfig.GetConfigurationNames(), "_")),
strings.ToLower(strings.Join(keeperTestConfig.GetConfigurationNames(), "")),
strings.ReplaceAll(strings.ToLower(testNetwork.Name), " ", "-"),
strings.ReplaceAll(strings.ToLower(*keeperTestConfig.GetKeeperConfig().Common.RegistryToTest), "_", "-"),
),
Expand Down

0 comments on commit e71ea7b

Please sign in to comment.