Skip to content

Commit

Permalink
[6.14.z] Fix missing self (#15189)
Browse files Browse the repository at this point in the history
Fix missing self (#15184)

(cherry picked from commit 379b7a2)

Co-authored-by: dosas <[email protected]>
  • Loading branch information
Satellite-QE and dosas authored May 28, 2024
1 parent 91a8a09 commit 398e0d6
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 398e0d6

Please sign in to comment.