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

Commit d66a3da

Browse files
author
Chris Wiechmann
committed
Removed .only and debugger instructions
1 parent 310d490 commit d66a3da

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

apibuilder4elastic/custom_flow_nodes/api-builder-plugin-traffic-monitor-api-utils/src/actions.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,6 @@ async function handleFilterFields(parameters, options) {
128128
}
129129
});
130130
});
131-
debugger;
132131
await addProtocolFilter(filters.mustFilters, params, logger);
133132
await addServiceIdFilter(filters, serviceID, gatewayTopology, logger);
134133
await addRegionFilter(filters.mustFilters, region, logger);

apibuilder4elastic/test/trafficMonitorAPI/asAdmin/http/test_search_endpoint_regional.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ describe('Endpoints', function () {
6767
after(() => stopApiBuilder(server));
6868

6969
describe('Search regional', () => {
70-
it.only('[Search-Regional-0001] Execute a search with region EU, must ONE entry EU', () => {
70+
it('[Search-Regional-0001] Execute a search with region EU, must ONE entry EU', () => {
7171
return requestAsync({
7272
method: 'GET',
7373
uri: `http://localhost:${server.apibuilder.port}/api/elk/v1/api/router/service/instance-2/ops/search?region=EU`,
@@ -85,7 +85,7 @@ describe('Endpoints', function () {
8585
});
8686
});
8787

88-
it.only('[Search-Regional-0002] Execute a search with region US, must ONE entry US', () => {
88+
it('[Search-Regional-0002] Execute a search with region US, must ONE entry US', () => {
8989
const auth = {
9090
user: server.apibuilder.config.apikey || 'test',
9191
password: ''

0 commit comments

Comments
 (0)