Fix test_set_wrong_backend
This commit is contained in:
parent
ad19833e34
commit
77fe2e1c85
@ -642,8 +642,8 @@ class TestConfig:
|
|||||||
meth = getattr(conf, method)
|
meth = getattr(conf, method)
|
||||||
with pytest.raises(configexc.BackendError):
|
with pytest.raises(configexc.BackendError):
|
||||||
with qtbot.assert_not_emitted(conf.changed):
|
with qtbot.assert_not_emitted(conf.changed):
|
||||||
meth('content.cookies.accept', 'all')
|
meth('hints.find_implementation', 'javascript')
|
||||||
assert not conf._values['content.cookies.accept']
|
assert not conf._values['hints.find_implementation']
|
||||||
|
|
||||||
@pytest.mark.parametrize('method, value', [
|
@pytest.mark.parametrize('method, value', [
|
||||||
('set_obj', {}),
|
('set_obj', {}),
|
||||||
|
Loading…
Reference in New Issue
Block a user