mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-03-30 09:45:53 +00:00
Update test
This commit is contained in:
parent
4930b5f389
commit
623c0537e1
1 changed files with 2 additions and 2 deletions
|
|
@ -409,8 +409,8 @@ def test_no_configured_pairs(tmpdir, runner, cmd):
|
|||
runner.write_with_general("")
|
||||
|
||||
result = runner.invoke([cmd])
|
||||
assert result.output == "critical: Nothing to do.\n"
|
||||
assert result.exception.code == 5
|
||||
assert result.output == ""
|
||||
assert not result.exception
|
||||
|
||||
|
||||
@pytest.mark.parametrize(
|
||||
|
|
|
|||
Loading…
Reference in a new issue