Skip to content

Commit

Permalink
fix assertion in reapers deployment test
Browse files Browse the repository at this point in the history
  • Loading branch information
rzvoncek committed Jul 19, 2024
1 parent 7ea70bc commit 327c9e8
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: "memory",
Value: "local",
},
{
Name: "REAPER_ENABLE_DYNAMIC_SEED_LIST",
Expand Down

0 comments on commit 327c9e8

Please sign in to comment.