Skip to content

Commit

Permalink
fix(email-plugin): Fix failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelbromley committed Apr 26, 2019
1 parent 2a0b894 commit cf2acbf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/email-plugin/src/dev-mailbox.ts
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ export class DevMailbox {
private createRequestContext(languageCode: LanguageCode): RequestContext {
return new RequestContext({
languageCode,
apiType: 'admin',
session: {} as any,
isAuthorized: false,
authorizedAsOwnerOnly: true,
Expand Down

0 comments on commit cf2acbf

Please sign in to comment.