Skip to content

Commit

Permalink
change to strong password
Browse files Browse the repository at this point in the history
Signed-off-by: Derek Ho <[email protected]>
  • Loading branch information
derek-ho committed Jan 17, 2024
1 parent 7bc4b12 commit 5ee1ec7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
const path = require('path');
const exec = require('child_process').exec;
const url = "http://localhost:5601";
const credentials = "admin:admin"
const credentials = "admin:myStrongPassword123!"

function cli(args, cwd) {
return new Promise(resolve => {
Expand Down

0 comments on commit 5ee1ec7

Please sign in to comment.