aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorGravatar Amrou Bellalouna <[email protected]>2023-06-21 20:47:46 +0200
committerGravatar GitHub <[email protected]>2023-06-21 20:47:46 +0200
commit3ca011f72115545b7e674dc6917ae8bc86a11995 (patch)
tree3833a33cae6dc984cd7d7c89ad135acc16b115bd /tests
parentMerge pull request #2653 from python-discord/compf_pings (diff)
parentMerge branch 'main' into vivek/incidents-context (diff)
Merge pull request #2652 from python-discord/vivek/incidents-context
Allow use of message reply feature to add additional context to incident reports
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):