Skip to content

Commit

Permalink
Fix identaion
Browse files Browse the repository at this point in the history
  • Loading branch information
sshmulev committed Aug 8, 2024
1 parent 0419700 commit f3a7f0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test_suite/cloud/test_aws.py
Original file line number Diff line number Diff line change
Expand Up @@ -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, \
Expand Down

0 comments on commit f3a7f0f

Please sign in to comment.