Skip to content

Commit

Permalink
fixing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Bo Motlagh committed Oct 18, 2023
1 parent b3bf502 commit 0be998c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ue-auth",
"altName": "UE-Auth",
"version": "1.39.0",
"version": "1.39.1",
"description": "UE Auth is a multi-tenant OIDC Provider, User Management, B2B Product Access, and Roles/Permissions Management system intended to create a single hybrid solution to serve as Identity and Access for both self-registered B2C Apps and Enterprise B2B Solutions",
"private": false,
"license": "SEE LICENSE IN ./LICENSE.md",
Expand Down
1 change: 0 additions & 1 deletion test/core.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,6 @@ describe('Test connectjs', () => {
test('ensure mongoose options are correct', async () => {
try {
const mongoOptions = {
keepAlive: true,
connectTimeoutMS: 10000,
useNewUrlParser: true,
useUnifiedTopology: true
Expand Down

0 comments on commit 0be998c

Please sign in to comment.