Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failed iam role creation #632

Closed
wants to merge 10 commits into from
Prev Previous commit
updating test name
  • Loading branch information
nplutt committed Dec 7, 2017
commit ff5bfd17b026527e263a1427d518037488afdae1
2 changes: 1 addition & 1 deletion tests/functional/test_awsclient.py
Original file line number Diff line number Diff line change
@@ -288,7 +288,7 @@ def test_create_role(self, stubbed_session):
assert actual == arn
stubbed_session.verify_stubs()

def test_create_role_deletes_on_failure(self, stubbed_session):
def test_create_role_raises_error_on_failure(self, stubbed_session):
arn = 'good_arn' * 3
role_id = 'abcd' * 4
today = datetime.datetime.today()