mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-03-25 08:55:50 +00:00
Fix tests
This commit is contained in:
parent
c9cc6e2aed
commit
fe1d512b38
1 changed files with 1 additions and 1 deletions
|
|
@ -110,7 +110,7 @@ def test_verbosity(tmpdir):
|
|||
env={'VDIRSYNCER_CONFIG': str(config_file)}
|
||||
)
|
||||
assert result.exception
|
||||
assert 'invalid verbosity value' in result.output.lower()
|
||||
assert 'invalid value for "--verbosity"' in result.output.lower()
|
||||
|
||||
|
||||
def test_deprecated_item_status(tmpdir):
|
||||
|
|
|
|||
Loading…
Reference in a new issue