Skip to content

Commit 667ee82

Browse files
nektroaduh95
authored andcommitted
test: don't use expose internals in test-http-outgoing-buffer.js
PR-URL: #59219 Reviewed-By: Zeyu "Alex" Yang <himself65@outlook.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Juan José Arboleda <soyjuanarbol@gmail.com>
1 parent 0eec5cc commit 667ee82

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/parallel/test-http-outgoing-buffer.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
1-
// Flags: --expose-internals
21
'use strict';
32
require('../common');
43
const assert = require('assert');
5-
const { getDefaultHighWaterMark } = require('internal/streams/state');
4+
const { getDefaultHighWaterMark } = require('stream');
65

76
const http = require('http');
87
const OutgoingMessage = http.OutgoingMessage;

0 commit comments

Comments
 (0)