From dbe19b79f97ce735df4fe6287adcd2822f40f494 Mon Sep 17 00:00:00 2001 From: vivekashok1221 Date: Wed, 21 Jun 2023 22:33:38 +0530 Subject: Allow use of msg reply to add context to incident --- tests/bot/exts/moderation/test_incidents.py | 1 + 1 file changed, 1 insertion(+) (limited to 'tests') 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): -- cgit v1.2.3