Skip to content

Commit

Permalink
resolving review comments (#12)
Browse files Browse the repository at this point in the history
Signed-off-by: Ravindra Choudhari <[email protected]>
  • Loading branch information
ravindrachoudhari authored Jun 14, 2022
1 parent 7cf2823 commit 03f520a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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::
Expand Down
2 changes: 1 addition & 1 deletion s3tests_boto3/functional/test_iam.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 03f520a

Please sign in to comment.