Skip to content

test: refactor test-tls-server-verify

Rodrigo Muino Tomonari requested to merge refactor/test-tls-server-verify into master

Created by: ghost

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

test

Description of change

Refactored test-tls-server-verify.js to replace uses of var with const and let. Also replaced uses of assert.equal with assert.strictEqual.

Merge request reports

Loading