From 85c163f3ec4a2a2756e4e349909e1136f1119581 Mon Sep 17 00:00:00 2001 From: dosas Date: Tue, 28 May 2024 09:37:52 +0200 Subject: [PATCH] Fix missing self (#15184) (cherry picked from commit 379b7a29cdef7b18d5a71e6f1c9c662880e53fb7) --- tests/foreman/cli/test_contentview.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/foreman/cli/test_contentview.py b/tests/foreman/cli/test_contentview.py index bcf1d79f9bd..639b2bd7e66 100644 --- a/tests/foreman/cli/test_contentview.py +++ b/tests/foreman/cli/test_contentview.py @@ -803,7 +803,7 @@ def test_negative_create_composite_with_component_ids(self, module_org, module_t assert 'Failed to create ContentView with data:' in str(context) @pytest.mark.tier3 - def test_positive_update_composite_with_component_ids(module_org, module_target_sat): + def test_positive_update_composite_with_component_ids(self, module_org, module_target_sat): """Update a composite content view with a component_ids option :id: e6106ff6-c526-40f2-bdc0-ae291f7b267e