diff --git a/integration_test.go b/integration_test.go index 093f21d88..8c8d28d12 100644 --- a/integration_test.go +++ b/integration_test.go @@ -135,7 +135,7 @@ func TestCommandArchitecture(t *testing.T) { binaryPath := testutil.BuildCLIBinary(t) t.Run("all major commands exist", func(t *testing.T) { - majorCommands := []string{"backup", "restore", "nabsl-request", "nonadmin", "client", "version"} + majorCommands := []string{"backup", "restore", "schedule", "backup-location", "nabsl-request", "nonadmin", "client", "must-gather", "setup", "version"} output, _ := testutil.RunCommand(t, binaryPath, "--help")