diff --git a/test/cli.js b/test/cli.js index 0c433ea..244e361 100644 --- a/test/cli.js +++ b/test/cli.js @@ -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 => {