Skip to content

Commit

Permalink
one more missing test
Browse files Browse the repository at this point in the history
Signed-off-by: Premkumar Bhaskal <[email protected]>
  • Loading branch information
prembhaskal committed Nov 22, 2023
1 parent c0f0411 commit 420eda5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/config/config_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ func Test_NewConfig_KappDeployRawOptions(t *testing.T) {
}
config, err := kcconfig.NewConfig(k8sfake.NewSimpleClientset(secret))
assert.NoError(t, err)
assert.Equal(t, []string{"--app-changes-max-to-keep=5"}, config.KappDeployRawOptions())
assert.Equal(t, defaultRawOptions, config.KappDeployRawOptions())
})

t.Run("with populated config value, returns default and user set", func(t *testing.T) {
Expand Down

0 comments on commit 420eda5

Please sign in to comment.