From aefdfe5020fa8938bc656d06e4b09a2d1fd78a42 Mon Sep 17 00:00:00 2001 From: Ben Griffiths Date: Wed, 28 Jun 2023 08:29:05 +0100 Subject: [PATCH] test(AWS MSK): Fix test description (#12044) --- .../lib/plugins/aws/package/compile/events/msk/index.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/unit/lib/plugins/aws/package/compile/events/msk/index.test.js b/test/unit/lib/plugins/aws/package/compile/events/msk/index.test.js index 216a636b1..73f04b3e8 100644 --- a/test/unit/lib/plugins/aws/package/compile/events/msk/index.test.js +++ b/test/unit/lib/plugins/aws/package/compile/events/msk/index.test.js @@ -150,7 +150,7 @@ describe('AwsCompileMSKEvents', () => { }); describe('when startingPosition is AT_TIMESTAMP', () => { - it('if startingPosition is not provided, it should fail to compile EventSourceMapping resource properties', async () => { + it('if startingPositionTimestamp is not provided, it should fail to compile EventSourceMapping resource properties', async () => { await expect( runServerless({ fixture: 'function',