Skip to content

Commit e12eab5

Browse files
akuma12akrishna1995
authored andcommitted
Lint fix
1 parent 56a4ff9 commit e12eab5

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

tests/unit/test_processing.py

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1123,9 +1123,11 @@ def test_get_codeartifact_command(pipeline_session):
11231123
)
11241124

11251125
assert (
1126-
codeartifact_command
1127-
== "aws codeartifact login --tool pip --domain test-domain --domain-owner 012345678901 --repository test-repository --region us-west-2"
1128-
) # noqa: E501
1126+
codeartifact_command == (
1127+
"aws codeartifact login --tool pip --domain test-domain ",
1128+
"--domain-owner 012345678901 --repository test-repository --region us-west-2"
1129+
)
1130+
)
11291131

11301132

11311133
@patch("sagemaker.workflow.utilities._pipeline_config", MOCKED_PIPELINE_CONFIG)

0 commit comments

Comments
 (0)