From cb67e51d098e31730cf634a9d48e7390b7fcea8d Mon Sep 17 00:00:00 2001 From: Jameer Pathan <21165044+jameerpathan111@users.noreply.github.com> Date: Fri, 7 Feb 2025 14:43:30 +0530 Subject: [PATCH] Fix test_negative_ipv6_update_check --- tests/foreman/destructive/test_fm_upgrade.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/foreman/destructive/test_fm_upgrade.py b/tests/foreman/destructive/test_fm_upgrade.py index 38f22012f87..d514127cd5f 100644 --- a/tests/foreman/destructive/test_fm_upgrade.py +++ b/tests/foreman/destructive/test_fm_upgrade.py @@ -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 )