diff options
| -rw-r--r-- | tests/bot/cogs/moderation/test_utils.py | 2 | 
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/bot/cogs/moderation/test_utils.py b/tests/bot/cogs/moderation/test_utils.py index 659884d93..03f086ba9 100644 --- a/tests/bot/cogs/moderation/test_utils.py +++ b/tests/bot/cogs/moderation/test_utils.py @@ -361,8 +361,6 @@ class TestPostInfraction(unittest.IsolatedAsyncioTestCase):      @patch("bot.cogs.moderation.utils.post_user")      async def test_first_fail_second_success_user_post_infraction(self, post_user_mock):          """Should post the user if they don't exist, POST infraction again, and return the response if successful.""" -        self.bot.api_client.post.reset_mock() -          payload = {              "actor": self.ctx.message.author.id,              "hidden": False,  |