From 4694b7e8a694f3d0672f7186683ed1645581ebbd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CNaeel=E2=80=9D?= Date: Tue, 2 Jun 2026 17:49:07 +0300 Subject: [PATCH] =?UTF-8?q?v0.5.11:=20=D0=B2=D0=B5=D1=80=D1=81=D0=B8=D1=8F?= =?UTF-8?q?=20+=20=D1=84=D0=B8=D0=BA=D1=81=20=D1=82=D0=B5=D1=81=D1=82?= =?UTF-8?q?=D0=B0=20MOCK=5FUSERS.length=203=E2=86=924?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- tests/run-tests.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 106847e..ec66df1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ipwhitelist", - "version": "0.5.10", + "version": "0.5.11", "description": "IP WhiteList microservice for cloud provider", "main": "server.js", "scripts": { diff --git a/tests/run-tests.js b/tests/run-tests.js index 8d2da27..7cc3d13 100644 --- a/tests/run-tests.js +++ b/tests/run-tests.js @@ -68,7 +68,7 @@ section('config.js'); const { MOCK_USERS, backUrl } = require('../src/config'); -test('MOCK_USERS.length === 3', MOCK_USERS.length, 3); +test('MOCK_USERS.length === 4', MOCK_USERS.length, 4); test('admin clientId', MOCK_USERS.some(u => u.clientId === 'WZ01112'), true); test('all have companyId', MOCK_USERS.every(u => !!u.companyId), true); test('admin backUrl has company', backUrl(true, 5, {}).includes('company=5'), true);