Fix linting errors

This commit is contained in:
Tim Byrne 2020-07-08 15:30:15 -05:00
parent 9746d907ec
commit 6d8494a35f
No known key found for this signature in database
GPG Key ID: 14DB4FC2465A4B12
1 changed files with 3 additions and 2 deletions

View File

@ -140,7 +140,7 @@ def test_config_local_write(runner, yadm_y, paths, supported_local_configs):
def test_config_without_parent_directory(runner, yadm_y, paths):
"""Write and read attribute to/from config file with non-existent parent directory
"""Write and read attribute to/from config file with non-existent parent dir
Update configuration file
Display value
@ -149,7 +149,8 @@ def test_config_without_parent_directory(runner, yadm_y, paths):
config_file = paths.root + '/folder/does/not/exist/config'
run = runner(yadm_y('--yadm-config', config_file, 'config', TEST_KEY, TEST_VALUE))
run = runner(
yadm_y('--yadm-config', config_file, 'config', TEST_KEY, TEST_VALUE))
assert run.success
assert run.err == ''