Skip to content

Commit 9f336c5

Browse files
style: fix prettier formatting
1 parent 0cb97f3 commit 9f336c5

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/client/streamableHttp.test.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -494,9 +494,7 @@ describe('StreamableHTTPClientTransport', () => {
494494
},
495495
{
496496
description: 'array of tuples',
497-
headers: ((): HeadersInit => [
498-
['X-Custom-Header', 'CustomValue']
499-
])()
497+
headers: ((): HeadersInit => [['X-Custom-Header', 'CustomValue']])()
500498
}
501499
])('should always send specified custom headers ($description)', async ({ headers }) => {
502500
transport = new StreamableHTTPClientTransport(new URL('http://localhost:1234/mcp'), {

0 commit comments

Comments
 (0)