Tiny tidy change

This commit is contained in:
felix.niederwanger@suse.com 2021-03-24 14:46:10 +01:00
parent f0c316f513
commit 5714bd7806

View file

@ -12,4 +12,4 @@ def test_phpinfo(host):
print(cmd.stdout)
assert 'HTTP/1.1 200 OK' in cmd.stderr
assert "Success" in cmd.stdout
assert "The test page is displayed correctly" in cmd.stdout
assert "The test page is displayed correctly" in cmd.stdout