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 6826d12 commit bb99417Copy full SHA for bb99417
tests/unit/test_processing.py
@@ -40,6 +40,7 @@ def sagemaker_session():
40
name="upload_data", return_value="mocked_s3_uri_from_upload_data"
41
)
42
session_mock.download_data = Mock(name="download_data")
43
+ session_mock.expand_role.return_value = ROLE
44
return session_mock
45
46
0 commit comments