Skip to content

Commit bb99417

Browse files
committed
update unit tests
1 parent 6826d12 commit bb99417

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/unit/test_processing.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ def sagemaker_session():
4040
name="upload_data", return_value="mocked_s3_uri_from_upload_data"
4141
)
4242
session_mock.download_data = Mock(name="download_data")
43+
session_mock.expand_role.return_value = ROLE
4344
return session_mock
4445

4546

0 commit comments

Comments
 (0)