Skip to content

Commit 6db9e8a

Browse files
committed
Tweak test
1 parent 9c89010 commit 6db9e8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/aq4.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ describe('267. aq4.js', function() {
3333
let conn = null;
3434

3535
const AQ_USER = 'NODB_SCHEMA_AQTEST4';
36-
const AQ_USER_PWD = 'nodb_schema_aqtest4';
36+
const AQ_USER_PWD = testsUtil.generateRandomPassword();
3737

3838
const objQueueName = "NODB_ADDR_QUEUE";
3939
const objType = "NODB_ADDR_TYP";

0 commit comments

Comments
 (0)