Skip to content

test: fix assertions in test-snapshot-dns-lookup*

Due to the unfortunate nature of JavaScript, the extraneous arguments are silently ignored. In this case, the assertion trivially passes regardless of the given regular expressions.

Refs: https://github.com/nodejs/node/pull/44633

Merge request reports

Loading