summaryrefslogtreecommitdiff
path: root/tests/unit/config/test_configcommands.py
diff options
context:
space:
mode:
authorFlorian Bruhin <git@the-compiler.org>2018-08-06 19:57:38 +0200
committerFlorian Bruhin <git@the-compiler.org>2018-08-06 19:57:38 +0200
commit70addc93b3c7c55bb2ca260d5efe0c3b6bee9c32 (patch)
tree79bbde70b7f13e2553dd4241b54629f83c725570 /tests/unit/config/test_configcommands.py
parentb617f1e03cb251b1d888d4f7c18304e3119916d2 (diff)
downloadqutebrowser-70addc93b3c7c55bb2ca260d5efe0c3b6bee9c32.tar.gz
qutebrowser-70addc93b3c7c55bb2ca260d5efe0c3b6bee9c32.zip
Add missing yaml_value fixture
Diffstat (limited to 'tests/unit/config/test_configcommands.py')
-rw-r--r--tests/unit/config/test_configcommands.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/config/test_configcommands.py b/tests/unit/config/test_configcommands.py
index 343e7c8ca..77097d851 100644
--- a/tests/unit/config/test_configcommands.py
+++ b/tests/unit/config/test_configcommands.py
@@ -247,7 +247,7 @@ class TestCycle:
commands.config_cycle(opt, '[foo]', '[bar]')
assert config_stub.get(opt) == ['foo']
- def test_toggle(self, commands, config_stub):
+ def test_toggle(self, commands, config_stub, yaml_value):
"""Run ':config-cycle auto_save.session'.
Should toggle the value.