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 86156bb commit 5833086Copy full SHA for 5833086
tests/unit/test_session.py
@@ -372,7 +372,7 @@ def test_get_caller_identity_arn_from_describe_domain_if_no_user_settings(boto_s
372
@patch("os.path.exists", side_effect=mock_exists(NOTEBOOK_METADATA_FILE, True))
373
def test_fallback_to_domain_if_role_unavailable_in_user_settings(boto_session):
374
sess = Session(boto_session)
375
- expected_role = "arn:aws:iam::369233609183:role/service-role/SageMakerRole-20171129T072388"
+ expected_role = "expected_role"
376
sess.sagemaker_client.describe_user_profile.return_value = {
377
"DomainId": "d-kbnw5yk6tg8j",
378
"UserSettings": {
0 commit comments