aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Boris Muratov <[email protected]>2023-04-05 03:15:17 +0300
committerGravatar Boris Muratov <[email protected]>2023-04-05 03:15:17 +0300
commit7386e6b1d6ebaea727971fd25ff12840b0c7a435 (patch)
tree5686dd4f036e1a004369920707a149876d43a281
parentFix infraction duration display for filter lists (diff)
Fix test
-rw-r--r--tests/bot/exts/filtering/test_extension_filter.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/bot/exts/filtering/test_extension_filter.py b/tests/bot/exts/filtering/test_extension_filter.py
index 52506d0be..800fad3a0 100644
--- a/tests/bot/exts/filtering/test_extension_filter.py
+++ b/tests/bot/exts/filtering/test_extension_filter.py
@@ -115,7 +115,7 @@ class ExtensionsListTests(unittest.IsolatedAsyncioTestCase):
ctx.dm_embed,
extension.DISALLOWED_EMBED_DESCRIPTION.format(
joined_whitelist=", ".join(self.whitelist),
- blocked_extensions_str=".disallowed",
+ joined_blacklist=".disallowed",
meta_channel_mention=meta_channel.mention
)
)