1
0
mirror of https://github.com/home-assistant/supervisor.git synced 2025-12-24 20:35:55 +00:00

Fix tests

This commit is contained in:
Stefan Agner
2024-08-14 09:03:31 +00:00
parent 816ec137fa
commit 1e3c491ace

View File

@@ -65,7 +65,8 @@ async def test_dbus_board_supervised(
await board.connect(dbus_session_bus)
assert board.board == "Supervised"
assert board.supervised
# Board is currently not loaded
assert board.supervised is None
with pytest.raises(BoardInvalidError):
assert not board.yellow