Add missing yaml_value fixture

This commit is contained in:
Florian Bruhin 2018-08-06 19:57:38 +02:00
parent b617f1e03c
commit 70addc93b3

View File

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