Skip to content
This repository was archived by the owner on Dec 14, 2022. It is now read-only.

Commit be31984

Browse files
author
Chris Wiechmann
committed
Re-Activated all Integration-Tests
1 parent 2cbd56b commit be31984

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apibuilder4elastic/test/trafficMonitorAPI/restricted/http/test_search_restricted.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ describe('Endpoints', function () {
4949
});
5050

5151
describe('Search', () => {
52-
it.only('[Restricted-Search-0001] Execute a search as Org-Admin without any filter - Only two of them belong to Chris-Org', () => {
52+
it('[Restricted-Search-0001] Execute a search as Org-Admin without any filter - Only two of them belong to Chris-Org', () => {
5353
nock('https://mocked-api-gateway:8090').get('/api/rbac/currentuser').reply(200, { "result": "chris" });
5454
nock('https://mocked-api-gateway:8090').get('/api/rbac/permissions/currentuser').replyWithFile(200, './test/mockedReplies/apigateway/operatorChris.json');
5555
nock('https://mocked-api-gateway:8075').get(`/api/portal/v1.3/users?field=loginName&op=eq&value=chris&field=enabled&op=eq&value=enabled`).replyWithFile(200, './test/mockedReplies/apimanager/apiManagerUserChris.json');

0 commit comments

Comments
 (0)