Skip to content

Commit af3712b

Browse files
author
Payton Staub
committed
Fix Spark processing unit tests caused by missing mock
1 parent e3ece7f commit af3712b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/unit/sagemaker/spark/test_processing.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,6 @@ def test_spark_processor_base_run(mock_super_run, spark_processor_base):
247247
@patch("sagemaker.spark.processing.ProcessingOutput")
248248
@patch("sagemaker.spark.processing._SparkProcessorBase._stage_configuration")
249249
def test_spark_processor_base_extend_processing_args(
250-
mock_super_run,
251250
mock_stage_configuration,
252251
mock_processing_output,
253252
spark_processor_base,

0 commit comments

Comments
 (0)