File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ def test_enabling_data_capture_on_endpoint_shows_correct_data_capture_status(
100
100
101
101
102
102
def test_disabling_data_capture_on_endpoint_shows_correct_data_capture_status (
103
- sagemaker_session , tf_serving_version , py_version
103
+ sagemaker_session , tf_serving_version
104
104
):
105
105
endpoint_name = unique_name_from_base ("sagemaker-tensorflow-serving" )
106
106
model_data = sagemaker_session .upload_data (
@@ -187,7 +187,7 @@ def test_disabling_data_capture_on_endpoint_shows_correct_data_capture_status(
187
187
188
188
189
189
def test_updating_data_capture_on_endpoint_shows_correct_data_capture_status (
190
- sagemaker_session , tf_serving_version , py_version
190
+ sagemaker_session , tf_serving_version
191
191
):
192
192
endpoint_name = sagemaker .utils .unique_name_from_base ("sagemaker-tensorflow-serving" )
193
193
model_data = sagemaker_session .upload_data (
You can’t perform that action at this time.
0 commit comments