Skip to content

Commit

Permalink
Integration tests fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
r0x0d committed Sep 17, 2024
1 parent 8fb0ac7 commit 2d4a4cf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ def test_user_path_custom_filename(convert2rhel, c2r_config_setup):
filename and the path is passed to the utility command.
"""
with convert2rhel('--debug -c "~/.convert2rhel_custom.ini"') as c2r:
c2r.expect("DEBUG - Checking configuration file at /root/.convert2rhel.ini")
c2r.expect("DEBUG - Checking configuration file at /root/.convert2rhel_custom.ini")
c2r.expect("DEBUG - Found activation_key in subscription_manager")

assert c2r.exitstatus == 1
Expand Down

0 comments on commit 2d4a4cf

Please sign in to comment.