Skip to content

Commit

Permalink
fix(server): fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jrea committed Oct 9, 2024
1 parent 9bd4c52 commit 8a3957b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/server/src/tenants/tenants.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ const baseConfig = [
'routePrefix',
'routes',
'debug',
'logger',
'databaseId',
'databaseName',
'user',
Expand Down
1 change: 1 addition & 0 deletions packages/server/src/users/users.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ const baseConfig = [
'debug',
'configure',
'updateUser',
'logger',
'routePrefix',
'routes',
'tenantUsersDeleteUrl',
Expand Down

0 comments on commit 8a3957b

Please sign in to comment.