Update test

This commit is contained in:
Hugo Osvaldo Barrera 2021-06-17 18:51:02 +02:00
parent 4930b5f389
commit 623c0537e1

View file

@ -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(