Skip to content

Commit b82a22a

Browse files
committed
Update test config scripts
1 parent 116fe31 commit b82a22a

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

test/externalProxyAuth.js

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,6 @@
2323
*
2424
* DESCRIPTION
2525
* Test external proxy authentication.
26-
* Source the externalProxyAuthSetup.tcsh in csh shell first
27-
* Make sure the env vars described in externalProxyAuthSetup.tcsh are set
28-
* Tests on external authentication will skip if environment variable
29-
* NODE_ORACLEDB_EXTERNALAUTH is not set or set to false
30-
* All cases should pass
3126
*
3227
*****************************************************************************/
3328
'use strict';
@@ -505,4 +500,4 @@ describe('180. externalProxyAuth.js', function () {
505500
}
506501
});
507502
});
508-
});
503+
});

0 commit comments

Comments
 (0)