aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorGravatar ChrisJL <[email protected]>2022-09-18 17:52:51 +0100
committerGravatar GitHub <[email protected]>2022-09-18 17:52:51 +0100
commitecd0fc91ca20d77ec1263d501c0173b218ee1f71 (patch)
treef42f49b83d0baf3ec7d7b7d9fac84486a8080552 /tests
parentFix error in help channels cog which assumed an embed would have a description (diff)
parentMerge pull request #2241 from python-discord/disable-pytest-nose-plugin (diff)
Merge branch 'main' into fix-ensure-cached-claimant-none-check
Diffstat (limited to 'tests')
-rw-r--r--tests/helpers.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/helpers.py b/tests/helpers.py
index 687e15b96..a4b919dcb 100644
--- a/tests/helpers.py
+++ b/tests/helpers.py
@@ -317,7 +317,7 @@ class MockBot(CustomMockMixin, unittest.mock.MagicMock):
guild_id=1,
intents=discord.Intents.all(),
)
- additional_spec_asyncs = ("wait_for", "redis_ready")
+ additional_spec_asyncs = ("wait_for",)
def __init__(self, **kwargs) -> None:
super().__init__(**kwargs)