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

Commit ac5fd79

Browse files
author
Chris Wiechmann
committed
Update test_search_restricted.js
1 parent 6715bc5 commit ac5fd79

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
@@ -23,7 +23,7 @@ describe('Endpoints', function () {
2323
return new Promise(function(resolve, reject){
2424
delete process.env.AUTHZ_CONFIG; // Make sure, it is not using from a previous test
2525
const envFilePath = path.join(__dirname, '../../../.env');
26-
const envLoadResult = envLoader.config({ path: envFilePath });
26+
const envLoadResult = envLoader.config({ path: envFilePath, debug: true });
2727
if (envLoadResult.error) {
2828
throw envLoadResult.error;
2929
}

0 commit comments

Comments
 (0)