From 2a86a0a84fb1314667cc5f3fc612b202989adef9 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Thu, 28 Feb 2019 09:07:14 +0100 Subject: [PATCH] produce a testinfra failure --- molecule/gce-centos-7/tests/test_default.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/molecule/gce-centos-7/tests/test_default.py b/molecule/gce-centos-7/tests/test_default.py index eedd64a..4ba906b 100644 --- a/molecule/gce-centos-7/tests/test_default.py +++ b/molecule/gce-centos-7/tests/test_default.py @@ -11,4 +11,4 @@ def test_hosts_file(host): assert f.exists assert f.user == 'root' - assert f.group == 'root' + assert f.group == 'xxx'