Skip to content

Commit

Permalink
Adjust assert statement, and fix docstring issue
Browse files Browse the repository at this point in the history
  • Loading branch information
sambible committed Apr 30, 2024
1 parent dfb2673 commit f920a3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/foreman/api/test_contentview.py
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,7 @@ def test_ccv_promote_registry_name_change(self, module_target_sat, module_sca_ma
registry_name_pattern='<%= lifecycle_environment.label %>/<%= repository.name %>',
).create()
version = composite_cv.version[0].read()
assert 'success' in version.promote(data={'environment_ids': lce1.id})['result']
assert 'success' in version.promote(data={'environment_ids': lce1.id})['result']
assert 'success' in version.promote(data={'environment_ids': lce2.id})['result']


Expand Down

0 comments on commit f920a3b

Please sign in to comment.