diff --git a/tests/integration/aws/cloud-watch-event/multiple-events-multiple-functions/tests.js b/tests/integration/aws/cloud-watch-event/multiple-events-multiple-functions/tests.js index a16d9fffa..33d4d59b9 100644 --- a/tests/integration/aws/cloud-watch-event/multiple-events-multiple-functions/tests.js +++ b/tests/integration/aws/cloud-watch-event/multiple-events-multiple-functions/tests.js @@ -4,7 +4,7 @@ const path = require('path'); const expect = require('chai').expect; const Utils = require('../../../../utils/index'); -describe('AWS - CloudWathEvent: Multiple events with multiple functions', () => { +describe('AWS - CloudWatch Event: Multiple events with multiple functions', () => { beforeAll(() => { Utils.createTestService('aws-nodejs', path.join(__dirname, 'service')); Utils.deployService(); diff --git a/tests/integration/aws/cloud-watch-event/multiple-events-single-function/tests.js b/tests/integration/aws/cloud-watch-event/multiple-events-single-function/tests.js index c51f1adfa..9b662b686 100644 --- a/tests/integration/aws/cloud-watch-event/multiple-events-single-function/tests.js +++ b/tests/integration/aws/cloud-watch-event/multiple-events-single-function/tests.js @@ -4,7 +4,7 @@ const path = require('path'); const expect = require('chai').expect; const Utils = require('../../../../utils/index'); -describe('AWS - CloudWathEvent: multiple events with single function', () => { +describe('AWS - CloudWatch Event: Multiple events with single function', () => { beforeAll(() => { Utils.createTestService('aws-nodejs', path.join(__dirname, 'service')); Utils.deployService(); diff --git a/tests/integration/aws/cloud-watch-event/single-event-multiple-functions/tests.js b/tests/integration/aws/cloud-watch-event/single-event-multiple-functions/tests.js index 5e6136ec3..433708734 100644 --- a/tests/integration/aws/cloud-watch-event/single-event-multiple-functions/tests.js +++ b/tests/integration/aws/cloud-watch-event/single-event-multiple-functions/tests.js @@ -4,7 +4,7 @@ const path = require('path'); const expect = require('chai').expect; const Utils = require('../../../../utils/index'); -describe('AWS - CloudWathEvent: Single event with multiple functions', () => { +describe('AWS - CloudWatch Event: Single event with multiple functions', () => { beforeAll(() => { Utils.createTestService('aws-nodejs', path.join(__dirname, 'service')); Utils.deployService(); diff --git a/tests/integration/aws/cloud-watch-event/single-event-single-function/tests.js b/tests/integration/aws/cloud-watch-event/single-event-single-function/tests.js index 25e703cfb..c0ab408d8 100644 --- a/tests/integration/aws/cloud-watch-event/single-event-single-function/tests.js +++ b/tests/integration/aws/cloud-watch-event/single-event-single-function/tests.js @@ -4,7 +4,7 @@ const path = require('path'); const expect = require('chai').expect; const Utils = require('../../../../utils/index'); -describe('AWS - CloudWathEvent: Single event with single function', () => { +describe('AWS - CloudWatch Event: Single event with single function', () => { beforeAll(() => { Utils.createTestService('aws-nodejs', path.join(__dirname, 'service')); Utils.deployService();