Fix arguments-renamed pylint warning in tests (#119473)
This commit is contained in:
parent
d69e62c096
commit
c70cfbb535
7 changed files with 15 additions and 16 deletions
|
@ -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")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue