From c2ba412d05bea2c9fb5b8f9ae6fd63ec2e67a716 Mon Sep 17 00:00:00 2001 From: Gaurav Talreja Date: Tue, 26 Mar 2024 14:27:54 +0530 Subject: [PATCH] Fix typo in the test metadata suggested by lhellebr MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Lukáš Hellebrandt --- tests/foreman/api/test_ansible.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/foreman/api/test_ansible.py b/tests/foreman/api/test_ansible.py index e126cab365e..04b25f2484b 100644 --- a/tests/foreman/api/test_ansible.py +++ b/tests/foreman/api/test_ansible.py @@ -339,7 +339,7 @@ def test_positive_ansible_roles_inherited_from_hostgroup( 4. Update host to be in parent/nested hostgroup and verify roles assigned :expectedresults: - 1. Hosts in parent/nested hostgroups must have direct and indirected roles correctly assigned. + 1. Hosts in parent/nested hostgroups must have direct and indirect roles correctly assigned. :BZ: 2187967