Skip to content

Commit

Permalink
Fix base test config
Browse files Browse the repository at this point in the history
  • Loading branch information
rddimon committed Jul 18, 2024
1 parent 4e2a1aa commit 80330b4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/unit-tests/base.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ const constructPlugin = (domainConfig, options?: ServerlessOptions, v3Utils?: Se
},
providers: {
aws: {
getCredentials: () => null
getCredentials: () => null,
sdk: null
}
},
service: {
Expand Down

0 comments on commit 80330b4

Please sign in to comment.