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

Commit 28f3da9

Browse files
author
Chris Wiechmann
committed
Make sure all integration tests are running
#103
1 parent 391e974 commit 28f3da9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ describe('Endpoints', function () {
5252
after(() => stopApiBuilder(server));
5353

5454
describe('Search', async () => {
55-
it.only('[Search-0001] Execute a search without a limit including all requests from instance-1', async () => {
55+
it('[Search-0001] Execute a search without a limit including all requests from instance-1', async () => {
5656
return await requestAsync({
5757
method: 'GET',
5858
uri: `http://localhost:${server.apibuilder.port}/api/elk/v1/api/router/service/instance-1/ops/search`,

0 commit comments

Comments
 (0)