fix test for missing role

This commit is contained in:
Nick Mowen 2023-12-12 13:24:53 -07:00
parent 7acb44d6fb
commit 039948de07

View File

@ -930,6 +930,7 @@ class TestConfig(unittest.TestCase):
"width": 1920, "width": 1920,
"fps": 5, "fps": 5,
}, },
"audio": {"enabled": True},
} }
}, },
} }