tests/gateway/test_discord_slash_auth.py::test_no_allowlist_allows_everyone tests/gateway/test_discord_slash_auth.py::test_no_allowlist_dm_also_allowed tests/gateway/test_discord_slash_auth.py::test_allowed_user_passes tests/gateway/test_discord_slash_auth.py::test_disallowed_user_rejected_with_ephemeral tests/gateway/test_discord_slash_auth.py::test_role_member_passes tests/gateway/test_discord_slash_auth.py::test_role_non_member_rejected tests/gateway/test_discord_slash_auth.py::test_channel_not_in_allowlist_rejected tests/gateway/test_discord_slash_auth.py::test_channel_in_allowlist_passes tests/gateway/test_discord_slash_auth.py::test_channel_allowlist_wildcard_passes tests/gateway/test_discord_slash_auth.py::test_channel_allowlist_does_not_apply_to_dms tests/gateway/test_discord_slash_auth.py::test_ignored_channel_rejected tests/gateway/test_discord_slash_auth.py::test_ignored_channel_wildcard_blocks_all tests/gateway/test_discord_slash_auth.py::test_unauthorized_attempt_notifies_telegram tests/gateway/test_discord_slash_auth.py::test_notify_silently_no_ops_without_runner tests/gateway/test_discord_slash_auth.py::test_notify_falls_back_to_slack_if_no_telegram tests/gateway/test_discord_slash_auth.py::test_visibility_hide_off_by_default_is_noop tests/gateway/test_discord_slash_auth.py::test_visibility_hide_helper_zeroes_perms tests/gateway/test_discord_slash_auth.py::test_visibility_hide_tolerates_unsetable_command tests/gateway/test_discord_slash_auth.py::test_missing_channel_id_rejected_when_channel_policy_configured tests/gateway/test_discord_slash_auth.py::test_missing_channel_id_allowed_when_no_channel_policy tests/gateway/test_discord_slash_auth.py::test_missing_user_rejected_when_allowlist_configured tests/gateway/test_discord_slash_auth.py::test_missing_user_allowed_when_no_allowlist_configured tests/gateway/test_discord_slash_auth.py::test_thread_parent_in_allowlist_passes tests/gateway/test_discord_slash_auth.py::test_thread_parent_in_ignorelist_rejects tests/gateway/test_discord_slash_auth.py::test_ignored_beats_allowed tests/gateway/test_discord_slash_auth.py::test_notify_falls_back_to_slack_on_telegram_soft_fail tests/gateway/test_discord_slash_auth.py::test_notify_returns_on_telegram_truthy_success tests/gateway/test_discord_slash_auth.py::test_skill_autocomplete_returns_empty_for_unauthorized tests/gateway/test_discord_slash_auth.py::test_skill_autocomplete_returns_choices_for_authorized tests/gateway/test_discord_slash_auth.py::test_skill_handler_rejects_before_dispatch_for_unauthorized tests/gateway/test_discord_slash_auth.py::test_skill_handler_known_and_unknown_produce_same_rejection tests/gateway/test_discord_slash_auth.py::test_skill_handler_dispatches_for_authorized