From ca004145e740a1063d01a6ca1b540781f6840060 Mon Sep 17 00:00:00 2001 From: Dmitry Afanasyev Date: Sun, 28 Aug 2022 22:58:55 +0300 Subject: [PATCH] everything is working now --- .github/workflows/test-selenoid.yml | 2 +- tests/bot/test_bot_selenoid.py | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/test-selenoid.yml b/.github/workflows/test-selenoid.yml index f093c0d..7bbb373 100644 --- a/.github/workflows/test-selenoid.yml +++ b/.github/workflows/test-selenoid.yml @@ -1,4 +1,4 @@ -name: Test-selenoid +name: selenoid on: pull_request: push: diff --git a/tests/bot/test_bot_selenoid.py b/tests/bot/test_bot_selenoid.py index ff474a1..4ab0cc4 100644 --- a/tests/bot/test_bot_selenoid.py +++ b/tests/bot/test_bot_selenoid.py @@ -53,7 +53,6 @@ async def test_selenoid_text(dispatcher_fixture: Dispatcher, faker: Faker) -> No } TransportBot.bot = dispatcher_fixture.bot - # @mock.patch('app.core.bot.TransportBot.bot.send_message') with mock.patch( 'app.core.bot.TransportBot.bot.send_message', return_value=data['message']['chat'],