Skip to content

Commit 498d610

Browse files
author
chadcarlson
committed
update test
1 parent 98f0c6d commit 498d610

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

test/tests.js

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -350,11 +350,7 @@ describe("Config tests", () => {
350350

351351
let formatted = c.formattedCredentials('headless', 'puppeteer')
352352

353-
assert.deepEqual(formatted, {
354-
host: 'headless.internal',
355-
port: 9222,
356-
ip: "169.254.16.215"
357-
});
353+
assert.equal(formatted, 'http://169.254.16.215:9222')
358354
});
359355
});
360356

0 commit comments

Comments
 (0)