diff --git a/molecule/ec2-centos-7/tests/test_default.py b/molecule/ec2-centos-7/tests/test_default.py index 056e0f7..7af067a 100644 --- a/molecule/ec2-centos-7/tests/test_default.py +++ b/molecule/ec2-centos-7/tests/test_default.py @@ -31,4 +31,4 @@ def test_iptables_default_rules(host): ] rules = host.iptables.rules(chain="INPUT") - assertItemsEqual(defaults, rules) + assert defaults == rules