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',