Skip to content

Commit 69622ca

Browse files
committed
test: Removed extra slashes from readKey function call
1 parent be0e367 commit 69622ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/parallel/test-tls-client-getephemeralkeyinfo.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ const assert = require('assert');
88
const tls = require('tls');
99
const fs = require('fs');
1010

11-
const fixturesKey = fixtures.readKey('/agent2-key.pem');
12-
const fixturesCert = fixtures.readKey('/agent2-cert.pem');
11+
const fixturesKey = fixtures.readKey('agent2-key.pem');
12+
const fixturesCert = fixtures.readKey('agent2-cert.pem');
1313

1414
let ntests = 0;
1515
let nsuccess = 0;

0 commit comments

Comments
 (0)