We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c89010 commit 6db9e8aCopy full SHA for 6db9e8a
test/aq4.js
@@ -33,7 +33,7 @@ describe('267. aq4.js', function() {
33
let conn = null;
34
35
const AQ_USER = 'NODB_SCHEMA_AQTEST4';
36
- const AQ_USER_PWD = 'nodb_schema_aqtest4';
+ const AQ_USER_PWD = testsUtil.generateRandomPassword();
37
38
const objQueueName = "NODB_ADDR_QUEUE";
39
const objType = "NODB_ADDR_TYP";
0 commit comments