Skip to content

Commit

Permalink
fix benchmark test namespace name
Browse files Browse the repository at this point in the history
  • Loading branch information
anirudhwarrier committed Jul 1, 2024
1 parent e7199f7 commit 2e957d2
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 2e957d2

Please sign in to comment.