Update test/test_config.py

This commit is contained in:
jonasc 2020-06-04 13:06:28 +02:00 committed by Tim Byrne
parent 60b23e33e8
commit 9ee83c4b3f
No known key found for this signature in database
GPG Key ID: 14DB4FC2465A4B12
1 changed files with 0 additions and 1 deletions

View File

@ -155,7 +155,6 @@ def test_config_without_parent_directory(runner, yadm_y, paths):
assert run.err == ''
assert run.out == ''
paths.config.write(TEST_FILE)
run = runner(yadm_y('--yadm-config', config_file, 'config', TEST_KEY))
assert run.success