aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tests/bot/cogs/moderation/test_incidents.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/bot/cogs/moderation/test_incidents.py b/tests/bot/cogs/moderation/test_incidents.py
index 862736785..9f0553216 100644
--- a/tests/bot/cogs/moderation/test_incidents.py
+++ b/tests/bot/cogs/moderation/test_incidents.py
@@ -360,7 +360,6 @@ class TestMakeConfirmationTask(TestIncidents):
class TestProcessEvent(TestIncidents):
"""Tests for the `Incidents.process_event` coroutine."""
- @patch("bot.cogs.moderation.incidents.ALLOWED_ROLES", {1, 2})
async def test_process_event_bad_role(self):
"""The reaction is removed when the author lacks all allowed roles."""
incident = MockMessage()