test: fix test-https-agent-additional-options.js · nodejs/node@4ad8e83 · GitHub
Skip to content

Commit 4ad8e83

Browse files
Trottjasnell
authored andcommitted
test: fix test-https-agent-additional-options.js
`value` was always being assigned to an `undefined` property of an Array. Thus, the assertions that depended on `value` being defined were never being checked. Assign `value` the correct...er...value. PR-URL: #38202 Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
1 parent 09c9e5d commit 4ad8e83

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/parallel/test-https-agent-additional-options.js

Lines changed: 1 addition & 1 deletion

0 commit comments

Comments
 (0)