Skip to content

Commit eafbb65

Browse files
Update output_path
Co-authored-by: Eric Johnson <[email protected]>
1 parent 3557ec4 commit eafbb65

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tests/integ/test_workflow_with_clarify.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,9 +87,7 @@ def headers():
8787

8888
@pytest.fixture(scope="module")
8989
def data_config(sagemaker_session, data_path, headers):
90-
output_path = "s3://{}/{}".format(
91-
sagemaker_session.default_bucket(), "linear_learner_analysis_result"
92-
)
90+
output_path = f"s3://{sagemaker_session.default_bucket()}/linear_learner_analysis_result"
9391
return DataConfig(
9492
s3_data_input_path=data_path,
9593
s3_output_path=output_path,

0 commit comments

Comments
 (0)