Skip to content

Commit bacfc94

Browse files
committed
fix(core): flaky lambda test
1 parent f8d0262 commit bacfc94

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/core/src/test/lambda/vue/remoteInvoke/invokeLambda.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -853,6 +853,7 @@ describe('RemoteInvokeWebview', () => {
853853
CodeSha256: 'abc123',
854854
},
855855
} as any
856+
data.Runtime = 'nodejs18.x'
856857

857858
getLambdaHandlerFileStub.resolves(vscode.Uri.file(handlerPath))
858859
fsExistsStub.resolves(true)

0 commit comments

Comments
 (0)