Skip to content

Commit 64ca588

Browse files
committed
fix: failing integ test
1 parent 8f36a23 commit 64ca588

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integ/sagemaker/jumpstart/model/test_jumpstart_model.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ def test_prepacked_jumpstart_model(setup):
6666
tags=[{"Key": JUMPSTART_TAG, "Value": os.environ[ENV_VAR_JUMPSTART_SDK_TEST_SUITE_ID]}],
6767
)
6868

69-
response = predictor.predict({"prompt": "hello world!"})
69+
response = predictor.predict("hello world!")
7070

7171
assert response is not None
7272

0 commit comments

Comments
 (0)