Skip to content

Commit

Permalink
Fix reaper's NewStatefulSet test
Browse files Browse the repository at this point in the history
  • Loading branch information
rzvoncek committed Jul 22, 2024
1 parent dca16bd commit 29cb6f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/reaper/deployment_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ func TestNewStatefulSet(t *testing.T) {
assert.ElementsMatch(t, container.Env, []corev1.EnvVar{
{
Name: "REAPER_STORAGE_TYPE",
Value: "local",
Value: "memory",
},
{
Name: "REAPER_ENABLE_DYNAMIC_SEED_LIST",
Expand Down

0 comments on commit 29cb6f2

Please sign in to comment.