aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorGravatar Xithrius <[email protected]>2021-06-06 15:57:27 -0700
committerGravatar Xithrius <[email protected]>2021-06-06 15:57:27 -0700
commita305d3983350fbf30b873fce76a44707b549fd55 (patch)
tree76b1139a4d1d331ccd7b35e880523343271ad0a1 /tests
parentAdded new formats to unittest docstrings. (diff)
Renamed blocked_extension_str to blocked_extension.
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
)