Skip to content

Commit

Permalink
Remove backup
Browse files Browse the repository at this point in the history
  • Loading branch information
mostafa committed Dec 24, 2024
1 parent 9a99414 commit 3e9a637
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cmd/plugin_install_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ func Test_pluginInstallCmdAutomated(t *testing.T) {
assert.Contains(t, output, "File downloaded to "+filepath.Join(pwd, "checksums.txt"))
assert.Contains(t, output, "Download completed successfully")
assert.Contains(t, output, "Checksum verification passed")
assert.Contains(t, output, "Backup completed successfully")
assert.Contains(t, output, "Plugin binary extracted to plugins/gatewayd-plugin-cache")
assert.Contains(t, output, "Plugin installed successfully")

Expand All @@ -97,5 +96,4 @@ func Test_pluginInstallCmdAutomated(t *testing.T) {
assert.NoFileExists(t, "plugins/gatewayd_plugin.yaml")

require.NoError(t, os.RemoveAll("plugins/"))
require.NoError(t, os.Remove(pluginTestConfigFile+BackupFileExt))
}

0 comments on commit 3e9a637

Please sign in to comment.