Skip to content

Commit 623c053

Browse files
author
Hugo Osvaldo Barrera
committed
Update test
1 parent 4930b5f commit 623c053

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/system/cli/test_sync.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -409,8 +409,8 @@ def test_no_configured_pairs(tmpdir, runner, cmd):
409409
runner.write_with_general("")
410410

411411
result = runner.invoke([cmd])
412-
assert result.output == "critical: Nothing to do.\n"
413-
assert result.exception.code == 5
412+
assert result.output == ""
413+
assert not result.exception
414414

415415

416416
@pytest.mark.parametrize(

0 commit comments

Comments
 (0)