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 d08fa11 commit 37a502eCopy full SHA for 37a502e
tests/unit/sagemaker/jumpstart/test_cache.py
@@ -335,6 +335,7 @@ def test_jumpstart_cache_accepts_input_parameters():
335
manifest_file_s3_key=manifest_file_key,
336
)
337
338
+ assert cache.get_manifest_file_s3_key() == manifest_file_key
339
assert cache.get_region() == region
340
assert cache.get_bucket() == bucket
341
assert cache._s3_cache._max_cache_items == max_s3_cache_items
0 commit comments