Skip to content

test: favor deepStrictEqual over deepEqual

Rodrigo Muino Tomonari requested to merge github/fork/Trott/strict-yo into master

test-http-mutable-headers uses assert.deepEqual() in three places but appears to only needs it in two of them. Replace one with assert.deepStrictEqual() and remove linting exception.

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • commit message follows commit guidelines
Affected core subsystem(s)

test http

Merge request reports

Loading