Fix arguments-renamed pylint warning in tests (#119473)

This commit is contained in:
epenet 2024-06-12 12:25:29 +02:00 committed by GitHub
parent d69e62c096
commit c70cfbb535
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 15 additions and 16 deletions

View file

@ -705,7 +705,7 @@ async def test_get_progress_index(
class TestFlow(core_ce.ConfigFlow):
VERSION = 5
async def async_step_hassio(self, info):
async def async_step_hassio(self, discovery_info):
return await self.async_step_account()
async def async_step_account(self, user_input=None):