test final form

This commit is contained in:
Pablo Martin 2024-06-06 12:56:29 +02:00
parent d2343ef003
commit fc832df956

View file

@ -7,4 +7,3 @@ def test_xe_healthcheck():
runner = CliRunner()
result = runner.invoke(xe_healthcheck)
assert result.exit_code == 0
assert "Something that should clearly appear" in result.output