Skip to content

Commit 1f202b5

Browse files
committed
fix: recalibrate tests
1 parent 91a877d commit 1f202b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -495,7 +495,7 @@ describe('Deploy to ECS', () => {
495495
expect(mockEcsUpdateService).toHaveBeenCalledTimes(0);
496496
expect(waitUntilServicesStable).toHaveBeenCalledTimes(0);
497497

498-
expect(core.info).toBeCalledWith("Deployment started. Watch this deployment's progress in the AWS CodeDeploy console: https://console.aws.amazon.com/codesuite/codedeploy/deployments/deployment-1?region=cn-fake-region");
498+
expect(core.info).toBeCalledWith("Deployment started. Watch this deployment's progress in the AWS CodeDeploy console: https://console.aws.amazon.com/codesuite/codedeploy/deployments/deployment-1?region=fake-region");
499499
});
500500

501501
test('registers the task definition contents and creates a CodeDeploy deployment, waits for 1 hour + deployment group\'s wait time', async () => {
@@ -846,7 +846,7 @@ describe('Deploy to ECS', () => {
846846
expect(mockEcsUpdateService).toHaveBeenCalledTimes(0);
847847
expect(waitUntilServicesStable).toHaveBeenCalledTimes(0);
848848

849-
expect(core.info).toBeCalledWith("Deployment started. Watch this deployment's progress in the AWS CodeDeploy console: https://console.aws.amazon.com/codesuite/codedeploy/deployments/deployment-1?region=cn-fake-region");
849+
expect(core.info).toBeCalledWith("Deployment started. Watch this deployment's progress in the AWS CodeDeploy console: https://console.aws.amazon.com/codesuite/codedeploy/deployments/deployment-1?region=fake-region");
850850
});
851851

852852
test('registers the task definition contents at an absolute path', async () => {

0 commit comments

Comments
 (0)