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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user