Skip to content

Commit

Permalink
Fix config_file test
Browse files Browse the repository at this point in the history
  • Loading branch information
kokesak committed Sep 30, 2024
1 parent 699e7b1 commit 94cab6a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ def test_conversion_with_config_file(convert2rhel):
create_files(config)

with convert2rhel("-y --serverurl {} --debug".format(TEST_VARS["RHSM_SERVER_URL"])) as c2r:
c2r.expect("DEBUG - Found activation_key in /root/.convert2rhel.ini")
c2r.expect("DEBUG - Found org in /root/.convert2rhel.ini")
c2r.expect("DEBUG - Found activation_key in subscription_manager")
c2r.expect("DEBUG - Found org in subscription_manager")
c2r.expect("Conversion successful!")

assert c2r.exitstatus == 0

0 comments on commit 94cab6a

Please sign in to comment.