def sts(): with mock_sts(): yield boto3.client('sts', region_name='us-east-1')
def sts(): """Mocked STS Fixture.""" with mock_sts(): yield boto3.client('sts', region_name='us-east-1')