Skip to content

Commit 4a82be7

Browse files
committed
fixing indentation part 2
1 parent 414e5e8 commit 4a82be7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

index.test.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1129,7 +1129,7 @@ describe('Deploy to ECS', () => {
11291129
launchType: 'FARGATE',
11301130
taskDefinition: 'task:def:arn',
11311131
overrides: {"containerOverrides": []},
1132-
networkConfiguration: {awsvpcConfiguration: {assignPublicIp: "DISABLED" }},
1132+
networkConfiguration: {awsvpcConfiguration: {assignPublicIp: "DISABLED" }}
11331133
});
11341134

11351135
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', () => {
12511251
await run();
12521252
expect(core.setFailed).toHaveBeenCalledTimes(0);
12531253
expect(mockEcsDescribeTasks).toHaveBeenCalledTimes(0);
1254-
12551254
});
12561255

12571256
test('error is caught if run task fails with (wait-for-task-stopped: true) and with service', async () => {

0 commit comments

Comments
 (0)