diff --git a/tests/unit/completion/test_models.py b/tests/unit/completion/test_models.py index 8c19d4bee..064ed9533 100644 --- a/tests/unit/completion/test_models.py +++ b/tests/unit/completion/test_models.py @@ -89,7 +89,7 @@ def _patch_configdata(monkeypatch, stubs, symbol): 'Enable mind-control ui (experimental)'), ('voice', value.SettingValue(stubs.FakeConfigType(('on', 'off')), - default='off'), + default='off'), 'Whether to respond to voice commands'))), ]) monkeypatch.setattr(symbol, data)