File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -1129,7 +1129,7 @@ describe('Deploy to ECS', () => {
1129
1129
launchType : 'FARGATE' ,
1130
1130
taskDefinition : 'task:def:arn' ,
1131
1131
overrides : { "containerOverrides" : [ ] } ,
1132
- networkConfiguration : { awsvpcConfiguration : { assignPublicIp : "DISABLED" } } ,
1132
+ networkConfiguration : { awsvpcConfiguration : { assignPublicIp : "DISABLED" } }
1133
1133
} ) ;
1134
1134
1135
1135
expect ( core . setOutput ) . toHaveBeenNthCalledWith ( 2 , 'run-task-arn' , [ "arn:aws:ecs:fake-region:account_id:task/arn" ] ) ;
@@ -1251,7 +1251,6 @@ describe('Deploy to ECS', () => {
1251
1251
await run ( ) ;
1252
1252
expect ( core . setFailed ) . toHaveBeenCalledTimes ( 0 ) ;
1253
1253
expect ( mockEcsDescribeTasks ) . toHaveBeenCalledTimes ( 0 ) ;
1254
-
1255
1254
} ) ;
1256
1255
1257
1256
test ( 'error is caught if run task fails with (wait-for-task-stopped: true) and with service' , async ( ) => {
You can’t perform that action at this time.
0 commit comments