Skip to content

Commit

Permalink
fixing lint
Browse files Browse the repository at this point in the history
  • Loading branch information
leandrocaldas committed Jan 4, 2025
1 parent ebcf135 commit cba2e73
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ def aircon_fixture(backend_selector_mock, auth_fixture, client_session_fixture):
)
yield aircon


@pytest.fixture(name="refrigerator")
def refrigerator_fixture(backend_selector_mock, auth_fixture, client_session_fixture):
with patch("whirlpool.appliance.Appliance._create_headers", return_value={}):
Expand Down
4 changes: 3 additions & 1 deletion tests/test_refrigerator.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@


async def test_attributes(
refrigerator: Refrigerator, backend_selector_mock: BackendSelector, aioresponses_mock
refrigerator: Refrigerator,
backend_selector_mock: BackendSelector,
aioresponses_mock
):
aioresponses_mock.get(
backend_selector_mock.websocket_url,
Expand Down

0 comments on commit cba2e73

Please sign in to comment.