Skip to content

Commit

Permalink
Update tests/foreman/cli/test_activationkey.py
Browse files Browse the repository at this point in the history
Co-authored-by: Ladislav Vašina <[email protected]>
  • Loading branch information
vijaysawant and LadislavVasina1 authored Nov 26, 2024
1 parent 73262a6 commit a86e724
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/foreman/cli/test_activationkey.py
Original file line number Diff line number Diff line change
Expand Up @@ -1617,8 +1617,7 @@ def test_positive_multi_cv_info(
cvs_list[i].publish()
cvs_list[i] = cvs_list[i].read()
cvs_list[i].version[0].promote(data={'environment_ids': lces_list[i].id})
cv1 = cvs_list[0]
cv2 = cvs_list[1]
cv1, cv2 = cvs_list

# Update ak with multiple content view environments
ak = session_multicv_default_ak
Expand Down

0 comments on commit a86e724

Please sign in to comment.