aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorGravatar vivekashok1221 <[email protected]>2023-06-21 22:33:38 +0530
committerGravatar vivekashok1221 <[email protected]>2023-06-21 23:01:19 +0530
commitdbe19b79f97ce735df4fe6287adcd2822f40f494 (patch)
tree0156e9232c55b3a27ad83355dcbfe9935d1f43d7 /tests
parentpre-commit-hooks 2.5.0 -> 4.4.0 (#2640) (diff)
Allow use of msg reply to add context to incident
Diffstat (limited to 'tests')
-rw-r--r--tests/bot/exts/moderation/test_incidents.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/bot/exts/moderation/test_incidents.py b/tests/bot/exts/moderation/test_incidents.py
index 1a02339d4..bb337aeba 100644
--- a/tests/bot/exts/moderation/test_incidents.py
+++ b/tests/bot/exts/moderation/test_incidents.py
@@ -185,6 +185,7 @@ class TestIsIncident(unittest.TestCase):
content="this is an incident",
author=MockUser(bot=False),
pinned=False,
+ reference=None,
)
def test_is_incident_true(self):