Skip to content

Commit 1f5d110

Browse files
committed
fix: ci
1 parent ecd5cce commit 1f5d110

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

plugin/mcp-client/test/mcpclient.test.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,6 @@ describe('plugin/mcp-client/test/mcpclient.test.ts', () => {
6363
'a',
6464
'b',
6565
],
66-
additionalProperties: false,
67-
$schema: 'http://json-schema.org/draft-07/schema#',
6866
},
6967
},
7068
],
@@ -93,8 +91,6 @@ describe('plugin/mcp-client/test/mcpclient.test.ts', () => {
9391
'a',
9492
'b',
9593
],
96-
additionalProperties: false,
97-
$schema: 'http://json-schema.org/draft-07/schema#',
9894
},
9995
},
10096
],
@@ -123,8 +119,6 @@ describe('plugin/mcp-client/test/mcpclient.test.ts', () => {
123119
'a',
124120
'b',
125121
],
126-
additionalProperties: false,
127-
$schema: 'http://json-schema.org/draft-07/schema#',
128122
},
129123
},
130124
],

0 commit comments

Comments
 (0)