mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-04-27 14:57:41 +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)}
|
env={'VDIRSYNCER_CONFIG': str(config_file)}
|
||||||
)
|
)
|
||||||
assert result.exception
|
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):
|
def test_deprecated_item_status(tmpdir):
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue