mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
[cloud] S3 tests check for boto, but then ask for boto3 in error message (#22002)
This commit is contained in:
@@ -7,7 +7,7 @@ except ImportError:
|
||||
HAS_BOTO = False
|
||||
|
||||
if not HAS_BOTO:
|
||||
raise SkipTest("test_s3.py requires the python module 'boto3' and 'botocore'")
|
||||
raise SkipTest("test_s3.py requires the python module 'boto'")
|
||||
|
||||
import unittest
|
||||
import ansible.modules.cloud.amazon.s3 as s3
|
||||
|
||||
Reference in New Issue
Block a user