[cloud] S3 tests check for boto, but then ask for boto3 in error message (#22002)

pull/4420/head
Ryan Brown 2017-02-27 11:15:02 -05:00 committed by GitHub
parent e12daee5eb
commit ce150a8295
1 changed files with 1 additions and 1 deletions

View File

@ -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