Skip to content

Commit 0fb8b92

Browse files
committed
chore(network): clarify Request body coverage
1 parent 7169f79 commit 0fb8b92

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/sim/lib/core/network/gateway.server.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ describe('organization gateways over real TLS CONNECT sockets', () => {
237237
await transport.dispatcher.destroy()
238238
}
239239
})
240-
it('streams Request bodies, encodes multipart data, and honors manual redirects', async () => {
240+
it('preserves Request bodies, encodes multipart data, and honors manual redirects', async () => {
241241
const transport = createPinnedFetchWithDispatcher('127.0.0.1', options)
242242
try {
243243
await runWithOutboundOrganization('org_a', async () => {

0 commit comments

Comments
 (0)