Altered test

This commit is contained in:
David Murphy 2023-10-18 11:48:48 -06:00 committed by Pedro Algarvio
parent b90db6c949
commit 8395346ab5

View file

@ -43,4 +43,4 @@ Ports:
ufw_info_cmd = "/usr/sbin/ufw app info Salt"
ret = salt_call_cli.run("--local", "cmd.run", ufw_info_cmd)
assert ret.data == expected_info
assert expected_info in ret.data