Skip to content

Commit

Permalink
reapply moto mark to test_get_credentials
Browse files Browse the repository at this point in the history
  • Loading branch information
jakob-keller committed Aug 18, 2024
1 parent 6b6da9a commit 49185ad
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/boto_tests/test_credentials.py
Original file line number Diff line number Diff line change
Expand Up @@ -864,9 +864,7 @@ async def test_createcredentialresolver(mock_session):
assert isinstance(resolver, credentials.AioCredentialResolver)


# Disabled on travis as we cant easily disable the tests properly and
# travis has an IAM role which can't be applied to the mock session
# @pytest.mark.moto
@pytest.mark.moto
@pytest.mark.asyncio
async def test_get_credentials(mock_session):
session = mock_session()
Expand Down

0 comments on commit 49185ad

Please sign in to comment.