fix: fix molecule test
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Robert Kaussow 2022-06-21 11:27:50 +02:00
parent 9beb79be84
commit eebf226578
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0
1 changed files with 1 additions and 1 deletions

View File

@ -16,5 +16,5 @@ def test_podman_installed(host, package):
def test_podman_run(host):
cmd = host.run("/usr/bin/podman info")
assert "APIVersion: 3" in cmd.stdout
assert "cgroupVersion: v1" in cmd.stdout
assert cmd.succeeded