Skip to content

Commit 3fed9f4

Browse files
author
malavhs
committed
address typo
1 parent 4bd94ec commit 3fed9f4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/integ/sagemaker/jumpstart/conftest.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,11 @@
4242

4343
def _setup():
4444
print("Setting up...")
45-
test_suit_id = get_test_suite_id()
46-
test_hub_name = f"{HUB_NAME_PREFIX}{test_suit_id}"
45+
test_suite_id = get_test_suite_id()
46+
test_hub_name = f"{HUB_NAME_PREFIX}{test_suite_id}"
4747
test_hub_description = "PySDK Integ Test Private Hub"
4848

49-
os.environ.update({ENV_VAR_JUMPSTART_SDK_TEST_SUITE_ID: test_suit_id})
49+
os.environ.update({ENV_VAR_JUMPSTART_SDK_TEST_SUITE_ID: test_suite_id})
5050
os.environ.update({ENV_VAR_JUMPSTART_SDK_TEST_HUB_NAME: test_hub_name})
5151

5252
# Create a private hub to use for the test session

0 commit comments

Comments
 (0)