From 1dcff34b11dfebb6889786f4422175f39efde49c Mon Sep 17 00:00:00 2001 From: dosas Date: Mon, 27 May 2024 12:18:05 +0200 Subject: [PATCH] Fix missing self --- 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 21ab32ec1e2..83adafd2442 100644 --- a/tests/foreman/cli/test_contentview.py +++ b/tests/foreman/cli/test_contentview.py @@ -879,7 +879,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