This commit is contained in:
Bert Blommers 2020-11-11 15:55:37 +00:00
commit 273ca63d59
92 changed files with 515 additions and 1200 deletions

View file

@ -326,9 +326,7 @@ def test_update_pipeline():
"S3Bucket": "different-bucket",
"S3ObjectKey": "test-object",
},
"outputArtifacts": [
{"name": "artifact"},
],
"outputArtifacts": [{"name": "artifact"},],
},
],
},
@ -437,9 +435,7 @@ def test_update_pipeline_errors():
"S3Bucket": "test-bucket",
"S3ObjectKey": "test-object",
},
"outputArtifacts": [
{"name": "artifact"},
],
"outputArtifacts": [{"name": "artifact"},],
},
],
},
@ -700,9 +696,7 @@ def create_basic_codepipeline(client, name):
"S3Bucket": "test-bucket",
"S3ObjectKey": "test-object",
},
"outputArtifacts": [
{"name": "artifact"},
],
"outputArtifacts": [{"name": "artifact"},],
},
],
},