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 7c50ee8 commit cb5f1c7Copy full SHA for cb5f1c7
tests/integ/sagemaker/jumpstart/private_hub/test_hub.py
@@ -23,7 +23,7 @@ def test_private_hub(setup, hub_instance):
23
# Createhub
24
create_hub_response = hub_instance.create(
25
description="This is a Test Private Hub.",
26
- display_name="malavhs Test hub",
+ display_name="PySDK integration tests Hub",
27
search_keywords=["jumpstart-sdk-integ-test"],
28
)
29
0 commit comments