aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/bot/exts/filters/test_antimalware.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/bot/exts/filters/test_antimalware.py b/tests/bot/exts/filters/test_antimalware.py
index c07bde8d7..06d78de9d 100644
--- a/tests/bot/exts/filters/test_antimalware.py
+++ b/tests/bot/exts/filters/test_antimalware.py
@@ -131,7 +131,7 @@ class AntiMalwareCogTests(unittest.IsolatedAsyncioTestCase):
antimalware.TXT_EMBED_DESCRIPTION.format.return_value
)
antimalware.TXT_EMBED_DESCRIPTION.format.assert_called_with(
- blocked_extension_str=disallowed_extension,
+ blocked_extension=disallowed_extension,
cmd_channel_mention=cmd_channel.mention
)