Update test/test_config.py

This commit is contained in:
jonasc 2020-06-04 13:06:28 +02:00 committed by GitHub
parent 9221783af5
commit 8254e57c99
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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