Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
Signed-off-by: Eduardo Apolinario <[email protected]>
  • Loading branch information
eapolinario committed Jun 20, 2024
1 parent 6f95445 commit cbc1b06
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -725,7 +725,7 @@ func TestAddFlyteCustomizationsToContainer_ValidateEnvFrom(t *testing.T) {
},
}

err := AddFlyteCustomizationsToContainer(context.TODO(), getTemplateParametersForTest(nil, nil), ResourceCustomizationModeEnsureExistingResourcesInRange, container)
err := AddFlyteCustomizationsToContainer(context.TODO(), getTemplateParametersForTest(nil, nil, false, ""), ResourceCustomizationModeEnsureExistingResourcesInRange, container)
assert.NoError(t, err)

assert.Len(t, container.EnvFrom, 2)
Expand Down

0 comments on commit cbc1b06

Please sign in to comment.