Skip to content

Commit

Permalink
AT-9463: fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rddimon committed May 9, 2023
1 parent 82dcfb2 commit e886e20
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions test/unit-tests/base.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,11 @@ const constructPlugin = (domainConfig, options?: ServerlessOptions, v3Utils?: Se
consoleOutput.push(str);
}
},
providers: {
aws: {
getCredentials: () => null
}
},
service: {
custom: {
customDomain: isMultiple ? undefined : domainConfig,
Expand Down

0 comments on commit e886e20

Please sign in to comment.