test/check to make sure I don't check in PS4 stuff

This commit is contained in:
Brian S. Stephan 2023-06-26 14:53:37 -05:00
parent 229092dd66
commit c9b443f993
Signed by: bss
GPG Key ID: 3DE06D3180895FCB
1 changed files with 1 additions and 0 deletions

View File

@ -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