Skip to content

Commit f6f812c

Browse files
committed
chore: rename test case
1 parent 0c6536b commit f6f812c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/test_fw_utils.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ def test_tar_and_upload_dir_s3_with_kms(utils, sagemaker_session):
9595

9696

9797
@patch("sagemaker.utils")
98-
def test_tar_and_upload_dir_s3_without_kms_no_settings(utils, sagemaker_session):
98+
def test_tar_and_upload_dir_s3_kms_enabled_by_default(utils, sagemaker_session):
9999
bucket = "mybucket"
100100
s3_key_prefix = "something/source"
101101
script = "inference.py"

0 commit comments

Comments
 (0)