diff --git a/tests/integration/tier1/destructive/error-after-ponr/test_error_after_ponr.py b/tests/integration/tier1/destructive/error-after-ponr/test_error_after_ponr.py index 21e5a64b1a..ebb3121f4b 100644 --- a/tests/integration/tier1/destructive/error-after-ponr/test_error_after_ponr.py +++ b/tests/integration/tier1/destructive/error-after-ponr/test_error_after_ponr.py @@ -15,7 +15,7 @@ def test_error_after_ponr(convert2rhel, shell): TEST_VARS["RHSM_SCA_PASSWORD"], ) ) as c2r: - # Wait until "Replace system packages" task to cause the failure + # Wait until "Replace system packages" task to cause the failure # This will prevent yum restoring the original configuration c2r.expect("CONVERT_SYSTEM_PACKAGES has succeeded")