Skip to content

Commit b7ac7c1

Browse files
committed
fix: integ tests
1 parent 86d1ae7 commit b7ac7c1

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tests/integ/test_byo_estimator.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -108,9 +108,7 @@ def test_byo_estimator(sagemaker_session, region, cpu_instance_type, training_se
108108
assert prediction["score"] is not None
109109

110110

111-
def test_estimator_register_publish_training_details(
112-
sagemaker_session, region, cpu_instance_type, training_set
113-
):
111+
def test_estimator_register_publish_training_details(sagemaker_session, region):
114112

115113
bucket = sagemaker_session.default_bucket()
116114
prefix = "model-card-sample-notebook"

0 commit comments

Comments
 (0)