diff --git a/test_suite/cloud/test_aws.py b/test_suite/cloud/test_aws.py index fbe52304..38476457 100644 --- a/test_suite/cloud/test_aws.py +++ b/test_suite/cloud/test_aws.py @@ -575,7 +575,7 @@ def test_yum_group_install(self, host): f'Error while installing Development tools ' f'group after two attempts with error: {result.stderr}' ) - print('"Development tools" installed successfully.') + print('"Development tools" installed successfully.') package_to_check = 'glibc-devel' assert host.package(package_to_check).is_installed, \