mirror of
https://github.com/nodejs/node.git
synced 2025-08-15 13:48:44 +02:00
test: don't use expose internals in test-http-outgoing-buffer.js
PR-URL: https://github.com/nodejs/node/pull/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>
This commit is contained in:
parent
405ad4e8fb
commit
9a3e755bdb
1 changed files with 1 additions and 2 deletions
|
@ -1,8 +1,7 @@
|
|||
// Flags: --expose-internals
|
||||
'use strict';
|
||||
require('../common');
|
||||
const assert = require('assert');
|
||||
const { getDefaultHighWaterMark } = require('internal/streams/state');
|
||||
const { getDefaultHighWaterMark } = require('stream');
|
||||
|
||||
const http = require('http');
|
||||
const OutgoingMessage = http.OutgoingMessage;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue