Skip to content

Commit

Permalink
fix(Tests): Adjust test spec
Browse files Browse the repository at this point in the history
  • Loading branch information
hypery2k committed Oct 31, 2024
1 parent 8163c80 commit 431c1c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/spec/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ test('Should validate config', { timeout: 3000 }, (t) => {
});
cli.stdout.on('data', (chunk) => {
console.log(chunk.toString());
t.equal(chunk.toString(), 'Connection to http://localhost:8080 was successfull: 2 users found.\n');
t.equal(chunk.toString(), 'Connection to http://localhost:8080 was successfull: 3 users found.\n');
t.end();
});
cli.stderr.on('data', (msg) => {
Expand Down

0 comments on commit 431c1c6

Please sign in to comment.