Back to Black
This commit is contained in:
parent
ea489bce6c
commit
5697ff87a8
112 changed files with 1803 additions and 977 deletions
|
|
@ -326,7 +326,9 @@ def test_update_pipeline():
|
|||
"S3Bucket": "different-bucket",
|
||||
"S3ObjectKey": "test-object",
|
||||
},
|
||||
"outputArtifacts": [{"name": "artifact"},],
|
||||
"outputArtifacts": [
|
||||
{"name": "artifact"},
|
||||
],
|
||||
},
|
||||
],
|
||||
},
|
||||
|
|
@ -435,7 +437,9 @@ def test_update_pipeline_errors():
|
|||
"S3Bucket": "test-bucket",
|
||||
"S3ObjectKey": "test-object",
|
||||
},
|
||||
"outputArtifacts": [{"name": "artifact"},],
|
||||
"outputArtifacts": [
|
||||
{"name": "artifact"},
|
||||
],
|
||||
},
|
||||
],
|
||||
},
|
||||
|
|
@ -696,7 +700,9 @@ def create_basic_codepipeline(client, name):
|
|||
"S3Bucket": "test-bucket",
|
||||
"S3ObjectKey": "test-object",
|
||||
},
|
||||
"outputArtifacts": [{"name": "artifact"},],
|
||||
"outputArtifacts": [
|
||||
{"name": "artifact"},
|
||||
],
|
||||
},
|
||||
],
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue