diff options
author | 2021-06-06 15:57:27 -0700 | |
---|---|---|
committer | 2021-06-06 15:57:27 -0700 | |
commit | a305d3983350fbf30b873fce76a44707b549fd55 (patch) | |
tree | 76b1139a4d1d331ccd7b35e880523343271ad0a1 /tests | |
parent | Added 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.py | 2 |
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 ) |