schireson / pytest-mock-resources

Pytest Fixtures that let you actually test against external resource (Postgres, Mongo, Redshift...) dependent code.
https://pytest-mock-resources.readthedocs.io/en/latest/quickstart.html
MIT License
183 stars 19 forks source link

fix: Set the region when creating the client to assume roles. #194

Closed DanCardin closed 1 year ago

DanCardin commented 1 year ago

Fixes an issue where certain uses' lack of aws env vars being set lead to a missing region error. I had thought this was fixed in the prior PR, not sure how this got passed it before, because it should be being hit in every invocation.

coveralls commented 1 year ago

Pull Request Test Coverage Report for Build 5648772599


Totals Coverage Status
Change from base Build 5535946610: 0.0%
Covered Lines: 1385
Relevant Lines: 1516

💛 - Coveralls