Skip to content

Commit

Permalink
feat: add 'configValidationMode: error' option, Part 4
Browse files Browse the repository at this point in the history
  • Loading branch information
dnalborczyk committed Jun 14, 2022
1 parent 561fbc1 commit b7e73f2
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/integration/custom-authentication/serverless.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
service: integration-tests

# configValidationMode: error

custom:
offline:
customAuthenticationProvider: './src/authenticationProvider'
Expand Down
2 changes: 2 additions & 0 deletions tests/integration/handler/serverless.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
service: handler-payload-tests

# configValidationMode: error

plugins:
- ../../../

Expand Down
2 changes: 2 additions & 0 deletions tests/integration/httpApi-cors-default/serverless.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
service: httpapi-cors-default

# configValidationMode: error

plugins:
- ../../../

Expand Down
2 changes: 2 additions & 0 deletions tests/integration/httpApi-cors/serverless.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
service: httpapi-cors

# configValidationMode: error

plugins:
- ../../../

Expand Down
2 changes: 2 additions & 0 deletions tests/integration/jwt-authorizer/serverless.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
service: jwt-authorizer

# configValidationMode: error

plugins:
- ../../../

Expand Down
2 changes: 2 additions & 0 deletions tests/integration/override-authorizer/serverless.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
service: jwt-authorizer

# configValidationMode: error

plugins:
- ../../../

Expand Down
2 changes: 2 additions & 0 deletions tests/integration/uncategorized/serverless.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
service: uncategorized-tests

# configValidationMode: error

plugins:
- ../../../

Expand Down

0 comments on commit b7e73f2

Please sign in to comment.