Skip to content

Commit

Permalink
Skip path slip verification
Browse files Browse the repository at this point in the history
  • Loading branch information
mostafa committed Dec 24, 2024
1 parent 51a5575 commit b65b557
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/plugin_install_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ func Test_pluginInstallCmdAutomatedNoOverwrite(t *testing.T) {
output, err := executeCommandC(
rootCmd, "plugin", "install",
"-p", pluginTestConfigFile,
"--update", "--backup", "--overwrite-config=false")
"--update", "--backup", "--overwrite-config=false", "--skip-path-slip-verification")
require.NoError(t, err, "plugin install should not return an error")
assert.Contains(t, output, "Installing plugins from plugins configuration file")
assert.Contains(t, output, "Downloading https://github.com/gatewayd-io/gatewayd-plugin-cache/releases/download/v0.4.0/gatewayd-plugin-cache-linux-amd64-v0.4.0.tar.gz") //nolint:lll
Expand Down

0 comments on commit b65b557

Please sign in to comment.