Fix config test to match default enabled state

remotes/origin/HEAD
Phil Howard 2020-07-14 15:20:16 +01:00
parent ba47f970b4
commit 00762da445
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ def test_get_default_config():
config = ext.get_default_config()
assert "[raspberry-gpio]" in config
assert "enabled = true" in config
assert "enabled = false" in config
def test_get_config_schema():