Skip to content

Commit 099f783

Browse files
committed
changes to new test
1 parent a7d481b commit 099f783

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1277,7 +1277,7 @@ describe('Deploy to ECS', () => {
12771277
expect(core.setFailed).toBeCalledWith("arn:aws:ecs:fake-region:account_id:task/arn is TASK_FAILED");
12781278
});
12791279

1280-
test('error is caught if run task fails with (wait-for-task-stopped: true) and with service', async () => {
1280+
test('error is caught if run task fails with (wait-for-task-stopped: false) and with service', async () => {
12811281
core.getInput = jest
12821282
.fn()
12831283
.mockReturnValueOnce('task-definition.json') // task-definition

0 commit comments

Comments
 (0)