mirror of
https://github.com/Balshgit/mosgortrans.git
synced 2025-09-11 13:00:40 +03:00
everything is working now
This commit is contained in:
parent
62b19115cc
commit
ca004145e7
2
.github/workflows/test-selenoid.yml
vendored
2
.github/workflows/test-selenoid.yml
vendored
@ -1,4 +1,4 @@
|
|||||||
name: Test-selenoid
|
name: selenoid
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
push:
|
push:
|
||||||
|
@ -53,7 +53,6 @@ async def test_selenoid_text(dispatcher_fixture: Dispatcher, faker: Faker) -> No
|
|||||||
}
|
}
|
||||||
TransportBot.bot = dispatcher_fixture.bot
|
TransportBot.bot = dispatcher_fixture.bot
|
||||||
|
|
||||||
# @mock.patch('app.core.bot.TransportBot.bot.send_message')
|
|
||||||
with mock.patch(
|
with mock.patch(
|
||||||
'app.core.bot.TransportBot.bot.send_message',
|
'app.core.bot.TransportBot.bot.send_message',
|
||||||
return_value=data['message']['chat'],
|
return_value=data['message']['chat'],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user