diff --git a/tests/test_storage.py b/tests/test_storage.py index b558324..2d65964 100644 --- a/tests/test_storage.py +++ b/tests/test_storage.py @@ -69,6 +69,7 @@ def test_get_config_from_file_storage_dump(): config = storage.get_config_from_file(filename) assert config.boardVersion == 'v0.7.2' assert config.addonOptions.bootselButtonOptions.enabled is False + assert config.addonOptions.ps4Options.enabled is False @with_pb2s