Skip to content

Commit

Permalink
fix create test group
Browse files Browse the repository at this point in the history
  • Loading branch information
pascal-fischer committed Nov 29, 2024
1 parent 430092c commit ccff4b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion management/server/http/setupkeys_handler_benchmark_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ func BenchmarkCreateSetupKey(b *testing.B) {
start := time.Now()
for i := 0; i < b.N; i++ {
requestBody := api.CreateSetupKeyRequest{
AutoGroups: []string{"someGroupID"},
AutoGroups: []string{testGroupId},
ExpiresIn: expiresIn,
Name: newKeyName + strconv.Itoa(i),
Type: "reusable",
Expand Down

0 comments on commit ccff4b4

Please sign in to comment.