summaryrefslogtreecommitdiff
path: root/test/parallel/test-http2-create-client-secure-session.js
diff options
context:
space:
mode:
authorJames M Snell <jasnell@gmail.com>2017-08-03 13:18:38 -0700
committerJames M Snell <jasnell@gmail.com>2017-08-04 12:57:48 -0700
commit064ac2c66641978eea9e601b614757ee2bcc0659 (patch)
treef96aa9895edb24d34756fd76e7073126a2dab2c5 /test/parallel/test-http2-create-client-secure-session.js
parent7152790c853f8daccea046701e0f0bebca938f4a (diff)
downloadandroid-node-v8-064ac2c66641978eea9e601b614757ee2bcc0659.tar.gz
android-node-v8-064ac2c66641978eea9e601b614757ee2bcc0659.tar.bz2
android-node-v8-064ac2c66641978eea9e601b614757ee2bcc0659.zip
http2: fix linting after rebase
PR-URL: https://github.com/nodejs/node/pull/14239 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Diffstat (limited to 'test/parallel/test-http2-create-client-secure-session.js')
-rw-r--r--test/parallel/test-http2-create-client-secure-session.js14
1 files changed, 7 insertions, 7 deletions
diff --git a/test/parallel/test-http2-create-client-secure-session.js b/test/parallel/test-http2-create-client-secure-session.js
index 824b899dfc..6e0e2ca43d 100644
--- a/test/parallel/test-http2-create-client-secure-session.js
+++ b/test/parallel/test-http2-create-client-secure-session.js
@@ -67,13 +67,13 @@ function verifySecureSession(key, cert, ca, opts) {
// The server can be connected as 'localhost'.
verifySecureSession(
- loadKey('agent8-key.pem'),
- loadKey('agent8-cert.pem'),
- loadKey('fake-startcom-root-cert.pem'));
+ loadKey('agent8-key.pem'),
+ loadKey('agent8-cert.pem'),
+ loadKey('fake-startcom-root-cert.pem'));
// Custom servername is specified.
verifySecureSession(
- loadKey('agent1-key.pem'),
- loadKey('agent1-cert.pem'),
- loadKey('ca1-cert.pem'),
- { servername: 'agent1' });
+ loadKey('agent1-key.pem'),
+ loadKey('agent1-cert.pem'),
+ loadKey('ca1-cert.pem'),
+ { servername: 'agent1' });