Skip to content

Commit

Permalink
Remove unnecessary publish
Browse files Browse the repository at this point in the history
  • Loading branch information
sambible committed Jan 17, 2024
1 parent 8be78e3 commit 431e6fd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/foreman/cli/test_contentview.py
Original file line number Diff line number Diff line change
Expand Up @@ -4048,7 +4048,6 @@ def test_version_info_by_lce(self, module_org, module_target_sat):
module_target_sat.cli.ContentView.version_promote(
{'id': content_view['id'], 'to-lifecycle-environment-id': lce['id']}
)
module_target_sat.cli.ContentView.publish({'id': content_view['id']})
content_view = module_target_sat.cli.ContentView.version_info(
{
'id': content_view['id'],
Expand Down

0 comments on commit 431e6fd

Please sign in to comment.