Skip to content

Commit

Permalink
Fix test_negative_ipv6_update_check
Browse files Browse the repository at this point in the history
  • Loading branch information
jameerpathan111 committed Feb 7, 2025
1 parent 4dba193 commit cb67e51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/foreman/destructive/test_fm_upgrade.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,6 @@ def test_negative_ipv6_update_check(sat_maintain):
)
assert result.status != 0
assert (
'The kernel contains ipv6.disable=1 which is known to break installation and upgrade, remove and reboot before continuining.'
'The kernel contains ipv6.disable=1 which is known to break installation and upgrade, remove and reboot before continuing.'
in result.stdout
)

0 comments on commit cb67e51

Please sign in to comment.