Skip to content

Commit 1974e39

Browse files
committed
fix flaky test
1 parent 547568c commit 1974e39

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/parallel/test-repl.js

+1
Original file line numberDiff line numberDiff line change
@@ -1041,6 +1041,7 @@ function event(ee, expected) {
10411041
common.expectWarning({
10421042
DeprecationWarning: {
10431043
DEP0185: 'Instantiating REPLServer without the \'new\' keyword has been deprecated.',
1044+
DEP0169: '`url.parse()` behavior is not standardized and prone to errors that have security implications. Use the WHATWG URL API instead. CVEs are not issued for `url.parse()` vulnerabilities.',
10441045
}
10451046
});
10461047
server.emit('line', '.exit');

0 commit comments

Comments
 (0)