We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98f0c6d commit 498d610Copy full SHA for 498d610
1 file changed
test/tests.js
@@ -350,11 +350,7 @@ describe("Config tests", () => {
350
351
let formatted = c.formattedCredentials('headless', 'puppeteer')
352
353
- assert.deepEqual(formatted, {
354
- host: 'headless.internal',
355
- port: 9222,
356
- ip: "169.254.16.215"
357
- });
+ assert.equal(formatted, 'http://169.254.16.215:9222')
358
});
359
360
0 commit comments