Skip to content

test: refactor test-http-status-reason-invalid-chars

Rodrigo Muino Tomonari requested to merge github/fork/Trott/quotes into master
Checklist
  • make -j8 test (UNIX), or vcbuild test nosign (Windows) passes
  • commit message follows commit guidelines
Affected core subsystem(s)

test http

Description of change
  • replace unneeded template strings with strings; there was no variable substitution or concatenation or anything like that

  • assert.notEqual() -> assert.notStrictEqual()

Merge request reports

Loading