Skip to content

Commit 82ca422

Browse files
committed
feat: fix test
Signed-off-by: seven <[email protected]>
1 parent 70a3883 commit 82ca422

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/fixtures/serverless-insight.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ functions:
2626
name: insight-poc-fn
2727
runtime: nodejs18
2828
handler: ${vars.handler}
29-
code: artifacts/artifact.zip
29+
code: tests/fixtures/artifacts/artifact.zip
3030
memory: 512
3131
timeout: 10
3232
environment:

0 commit comments

Comments
 (0)