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 f2da628 commit 9470b28Copy full SHA for 9470b28
tests/unit/test_session.py
@@ -344,8 +344,8 @@ def test_get_caller_identity_arn_from_describe_user_profile(boto_session):
344
"six.moves.builtins.open",
345
mock_open(
346
read_data='{"ResourceName": "SageMakerInstance", '
347
- '"DomainId": "d-kbnw5yk6tg8j", '
348
- '"UserProfileName": "default-1617915559064"}'
+ '"DomainId": "d-kbnw5yk6tg8j", '
+ '"UserProfileName": "default-1617915559064"}'
349
),
350
)
351
@patch("os.path.exists", side_effect=mock_exists(NOTEBOOK_METADATA_FILE, True))
0 commit comments