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

Commit 1ad20a7

Browse files
author
Chris Wiechmann
committed
Making sure, the test-indices are using the correct template
1 parent d0e4e10 commit 1ad20a7

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

elk-traffic-monitor-api/test/asAdmin/test_circuitpath.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ describe('Traffic Monitor API', function () {
99
this.timeout(30000);
1010
let server;
1111
let auth;
12-
const indexName = `circuitpath_test_${getRandomInt(9999)}`;
12+
const indexName = `apigw-traffic-circuitpath_test_${getRandomInt(9999)}`;
1313

1414
beforeEach(() => {
1515
// Simulate all responses in this test-file to be an admin, which will not lead to any result restriction

elk-traffic-monitor-api/test/asAdmin/test_getinfo_endpoint.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ describe('Endpoints', function () {
99
this.timeout(30000);
1010
let server;
1111
let auth;
12-
const indexName = `getinfo_test_${getRandomInt(9999)}`;
12+
const indexName = `apigw-traffic-getinfo_test_${getRandomInt(9999)}`;
1313

1414
beforeEach(() => {
1515
// Simulate all responses in this test-file to be an admin, which will not lead to any result restriction

elk-traffic-monitor-api/test/asAdmin/test_search_count_AsAdmin.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ describe('Endpoints', function () {
99
this.timeout(30000);
1010
let server;
1111
let auth;
12-
const indexName = `search_count_test_${getRandomInt(9999)}`;
12+
const indexName = `apigw-traffic-search_count_test_${getRandomInt(9999)}`;
1313

1414
beforeEach(() => {
1515
// Simulate all responses in this test-file to be an admin, which will not lead to any result restriction

elk-traffic-monitor-api/test/asAdmin/test_search_endpoint_AsAdmin.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ describe('Endpoints', function () {
1010
this.timeout(30000);
1111
let server;
1212
let auth;
13-
const indexName = `search_test_${getRandomInt(9999)}`;
13+
const indexName = `apigw-traffic-search_test_${getRandomInt(9999)}`;
1414

1515
beforeEach(() => {
1616
// Simulate all responses in this test-file to be an admin, which will not lead to any result restriction

elk-traffic-monitor-api/test/asAdmin/test_trace_endpoint.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ describe('Traffic Monitor API', function () {
99
this.timeout(30000);
1010
let server;
1111
let auth;
12-
const indexName = `trace_test_${getRandomInt(9999)}`;
12+
const indexName = `apigw-trace-test_${getRandomInt(9999)}`;
1313

1414
beforeEach(() => {
1515
// Simulate all responses in this test-file to be an admin, which will not lead to any result restriction

elk-traffic-monitor-api/test/restricted/test_circuitpath_restricted.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ describe('Traffic Monitor API', function () {
99
this.timeout(30000);
1010
let server;
1111
let auth;
12-
const indexName = `circuitpath_test_${getRandomInt(9999)}`;
12+
const indexName = `apigw-traffic-circuitpath_test_${getRandomInt(9999)}`;
1313

1414
/**
1515
* Start API Builder.

elk-traffic-monitor-api/test/restricted/test_getinfo_endpoint_restricted.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ describe('Endpoints', function () {
99
this.timeout(30000);
1010
let server;
1111
let auth;
12-
const indexName = `getinfo_test_${getRandomInt(9999)}`;
12+
const indexName = `apigw-traffic-getinfo_test_${getRandomInt(9999)}`;
1313

1414
/**
1515
* Start API Builder.

elk-traffic-monitor-api/test/restricted/test_search_restricted.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ describe('Endpoints', function () {
99
this.timeout(30000);
1010
let server;
1111
let auth;
12-
const indexName = `search_count_test_${getRandomInt(9999)}`;
12+
const indexName = `apigw-traffic-search_count_test_${getRandomInt(9999)}`;
1313

1414
/**
1515
* Start API Builder.

0 commit comments

Comments
 (0)