We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fb0bd3 commit 4d6ba29Copy full SHA for 4d6ba29
tests/unit/test_session.py
@@ -102,6 +102,7 @@ def boto_session(request):
102
with patch("sagemaker.user_agent.get_user_agent_extra_suffix", return_value=user_agent_suffix):
103
client_mock._client_config.user_agent = user_agent
104
boto_mock.client.return_value = client_mock
105
+ boto_mock.client("sts").get_caller_identity.return_value = {"Account": "Account-001"}
106
return boto_mock
107
108
0 commit comments