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

@ -4879,7 +4879,7 @@ async def test_preview_not_supported(
VERSION = 1
async def async_step_user(self, data):
async def async_step_user(self, user_input):
"""Mock Reauth."""
return self.async_show_form(step_id="user_confirm")