Skip to content

Commit

Permalink
Fix missing self (#15184)
Browse files Browse the repository at this point in the history
(cherry picked from commit 379b7a2)
  • Loading branch information
dosas authored and web-flow committed May 28, 2024
1 parent ed3145a commit 85c163f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/foreman/cli/test_contentview.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 85c163f

Please sign in to comment.