Skip to content

Commit 547c895

Browse files
author
Brock Wade
committed
change: remove region_name from tests
1 parent a359090 commit 547c895

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/integ/sagemaker/workflow/test_processing_steps.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,7 @@ def test_one_step_framework_processing_pipeline(
383383

384384

385385
def test_multi_step_framework_processing_pipeline_same_source_dir(
386-
pipeline_session, role, pipeline_name, region_name
386+
pipeline_session, role, pipeline_name
387387
):
388388
default_bucket = pipeline_session.default_bucket()
389389
cache_config = CacheConfig(enable_caching=True, expire_after="PT1H")
@@ -483,7 +483,7 @@ def test_multi_step_framework_processing_pipeline_same_source_dir(
483483

484484

485485
def test_multi_step_framework_processing_pipeline_different_source_dir(
486-
pipeline_session, role, pipeline_name, region_name
486+
pipeline_session, role, pipeline_name
487487
):
488488
default_bucket = pipeline_session.default_bucket()
489489
cache_config = CacheConfig(enable_caching=True, expire_after="PT1H")

0 commit comments

Comments
 (0)