| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 8ea9648 commit 1d7e1c0
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -17,11 +17,7 @@ const server = tls.createServer({ | |||
| 17 | 17 | requestCert: true, | |
| 18 | 18 | rejectUnauthorized: false | |
| 19 | 19 | }, common.mustCall(function(c) { | |
| 20 | - assert.strictEqual( | ||
| 21 | - c.authorizationError, | ||
| 22 | - null, | ||
| 23 | - 'authorizationError must be null' | ||
| 24 | - ); | ||
| 20 | + assert.strictEqual(c.authorizationError, null); | ||
| 25 | 21 | c.end(); | |
| 26 | 22 | })).listen(0, function() { | |
| 27 | 23 | const client = tls.connect({ | |
| Back | FazBrowse Home | New Git URL |
0 commit comments