From 03f520a288f494691cc8798242d85aed0c46834c Mon Sep 17 00:00:00 2001 From: Ravindra Choudhari Date: Tue, 14 Jun 2022 09:58:43 +0530 Subject: [PATCH] resolving review comments (#12) Signed-off-by: Ravindra Choudhari --- README.rst | 2 +- s3tests_boto3/functional/test_iam.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 4fa6b4765..2d3872093 100644 --- a/README.rst +++ b/README.rst @@ -76,7 +76,7 @@ In order to run any STS test you'll need to add "iam" section to the config file IAM policy tests ======================== -This is a set of IAM policy tests. Tests use the Boto2 and Boto3 libraries. +This is a set of IAM policy tests. Tests use the Boto3 libraries. The tests use the Nose test framework. To get started, ensure you have the ``virtualenv`` software installed; e.g. on Debian/Ubuntu:: diff --git a/s3tests_boto3/functional/test_iam.py b/s3tests_boto3/functional/test_iam.py index b21ed5657..1dde9da9d 100644 --- a/s3tests_boto3/functional/test_iam.py +++ b/s3tests_boto3/functional/test_iam.py @@ -4,7 +4,7 @@ from nose.plugins.attrib import attr from nose.tools import eq_ as eq -from s3tests.functional.utils import assert_raises +from s3tests_boto3.functional.utils import assert_raises from s3tests_boto3.functional.test_s3 import _multipart_upload from . import ( get_alt_client,