Skip to content

Commit 254f147

Browse files
committed
fix: boto_session
1 parent 7101638 commit 254f147

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integ/sagemaker/jumpstart/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ def _teardown():
5050
config=Config(retries={"max_attempts": 10, "mode": "standard"}),
5151
)
5252

53-
sagemaker_session = Session(boto3_session=boto3_session, sagemaker_client=sagemaker_client)
53+
sagemaker_session = Session(boto_session=boto3_session, sagemaker_client=sagemaker_client)
5454

5555
search_endpoints_result = sagemaker_client.search(
5656
Resource="Endpoint",

0 commit comments

Comments
 (0)