Skip to content

Commit

Permalink
Fix watchdog unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
puddly committed Nov 20, 2023
1 parent 1367d0d commit 09dd40f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_application.py
Original file line number Diff line number Diff line change
Expand Up @@ -868,7 +868,7 @@ async def test_routes_updated(app, device):
app._api._at_command.assert_awaited_once_with("DB")


async def test_watchdog(self):
async def test_watchdog(app):
"""Test watchdog feed method."""
app._api._at_command = mock.AsyncMock(return_value="OK")
await app._watchdog_feed()
Expand Down

0 comments on commit 09dd40f

Please sign in to comment.