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

Commit 7acdd9d

Browse files
author
Chris Wiechmann
committed
Region folder must be lower case
1 parent 52c86e6 commit 7acdd9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apibuilder4elastic/test/trafficMonitorAPI/asAdmin/payload/test_payload.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ describe('Payload', function () {
131131
});
132132

133133
it('[Payload-0005] Should return REGIONAL sent payload for leg 0', () => {
134-
const testPayload = fs.readFileSync(`${payloadFolder}/US-DC1/2020-07-03/08.55/0455ff5e82267be8182a553d-0-sent`, { encoding: "UTF-8" });
134+
const testPayload = fs.readFileSync(`${payloadFolder}/US-DC1/2020-07-03/08.55/0455ff5e82267be8182a553d-0-sent`, { encoding: "UTF-8" });
135135
return requestAsync({
136136
method: 'GET', //
137137
uri: `http://localhost:${server.apibuilder.port}/api/elk/v1/api/router/service/instance-1/ops/stream/0455ff5e82267be8182a553d/0/sent?region=US-DC1`,

0 commit comments

Comments
 (0)