Skip to content

Commit

Permalink
no profile name
Browse files Browse the repository at this point in the history
  • Loading branch information
Rich Jones committed Mar 28, 2017
1 parent bd53340 commit bbc2cca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/tests_async.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def test_test(self):

def test_nofails_classes(self):

boto_session = boto3.Session(profile_name=profile_name, region_name=os.environ['AWS_DEFAULT_REGION'])
boto_session = boto3.Session(region_name=os.environ['AWS_DEFAULT_REGION'])

a = AsyncException()
l = LambdaAsyncResponse(boto_session=boto_session)
Expand Down

0 comments on commit bbc2cca

Please sign in to comment.