You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
tests/test_bottery.py::test_default_properties[loop-AbstractEventLoop]
bottery/tests/test_bottery.py:22: RuntimeWarning: coroutine 'ClientSession.close' was never awaited
bot.session.close()
tests/test_bottery.py::test_default_properties[session-ClientSession]
bottery/tests/test_bottery.py:22: RuntimeWarning: coroutine 'ClientSession.close' was never awaited
bot.session.close()
The text was updated successfully, but these errors were encountered:
Session of the bot fixture must be closed after used. Probably here: https://github.com/rougeth/bottery/blob/master/tests/test_bottery.py#L22
The text was updated successfully, but these errors were encountered: