Skip to content

Commit

Permalink
fix: fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bchew committed Dec 3, 2024
1 parent 71028e0 commit ad95d9b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
8 changes: 0 additions & 8 deletions tests/integration/docker/multiple/serverless.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,3 @@ functions:
path: hello3
handler: handler.hello
runtime: python3.8

hello4:
events:
- http:
method: get
path: hello4
handler: handler.hello
runtime: nodejs20.x
2 changes: 1 addition & 1 deletion tests/integration/docker/nodejs/nodejs22.x/serverless.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
service: docker-nodejs22-x-test

configValidationMode: error
configValidationMode: warn
deprecationNotificationMode: error

plugins:
Expand Down

0 comments on commit ad95d9b

Please sign in to comment.