diff --git a/cmd/gh-aw/main_entry_test.go b/cmd/gh-aw/main_entry_test.go index 028a8138c4b..96f869d03ef 100644 --- a/cmd/gh-aw/main_entry_test.go +++ b/cmd/gh-aw/main_entry_test.go @@ -169,9 +169,6 @@ func TestMainFunction(t *testing.T) { require.NoError(t, err, "root command help should execute successfully") assert.NotEmpty(t, output, "root command help should produce output") - assert.NotContains(t, output, " bootstrap ") - assert.NotContains(t, output, " setup ") - // Reset args for other tests rootCmd.SetArgs([]string{}) })