mirror of
https://github.com/serverless/serverless.git
synced 2025-12-08 19:46:03 +00:00
test(AWS MSK): Fix test description (#12044)
This commit is contained in:
parent
e1039ded5c
commit
aefdfe5020
@ -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',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user