Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
mdegat01 committed Feb 6, 2024
1 parent 76997b2 commit 7991bbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/components/hassio/test_init.py
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ async def test_setup_api_push_api_data(
assert aioclient_mock.call_count == 20
assert not aioclient_mock.mock_calls[1][2]["ssl"]
assert aioclient_mock.mock_calls[1][2]["port"] == 9999
assert aioclient_mock.mock_calls[1][2]["watchdog"]
assert "watchdog" not in aioclient_mock.mock_calls[1][2]


async def test_setup_api_push_api_data_server_host(
Expand Down

0 comments on commit 7991bbc

Please sign in to comment.