Skip to content

Commit

Permalink
Merge pull request #106 from DigiChanges/fix/LC/express-whitelist-tests
Browse files Browse the repository at this point in the history
fix: express whitelists test
  • Loading branch information
SmartNetAR authored Apr 15, 2022
2 parents 364d597 + d513823 commit e2a564a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/test.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
"env": "test",
"nodePath": "/home/node/app",
"serverPort": 8089,
"setCookieSecure": false,
"setCookieSameSite": "none",
"auth": {
"authorization": true
},
Expand Down
1 change: 1 addition & 0 deletions src/App/Presentation/Shared/Express/AppExpress.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ import '../../../../Auth/Presentation/Handlers/Express/AuthHandler';
import '../../../../Role/Presentation/Handlers/Express/RoleHandler';
import '../../../../File/Presentation/Handlers/Express/FileHandler';
import '../../../../Notification/Presentation/Handlers/Express/NotificationHandler';
import '../../../Tests/Express/WhiteListHandler';
import '../../Handlers/Express/LogHandler';

import AuthenticationMiddleware from '../../../../Auth/Presentation/Middlewares/Express/AuthenticationMiddleware';
Expand Down

0 comments on commit e2a564a

Please sign in to comment.