Skip to content

Commit d5eba0f

Browse files
chore(deps): update mcp toolbox server for integration tests to 0.27.0 (#267)
* chore(deps): update mcp toolbox server version in integration tests to v0.27.0 * fix e2e test messages * lint --------- Co-authored-by: Twisha Bansal <twishabansal07@gmail.com>
1 parent 3afad9d commit d5eba0f

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

packages/toolbox-adk/integration.cloudbuild.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,5 +53,5 @@ options:
5353
logging: CLOUD_LOGGING_ONLY
5454
substitutions:
5555
_VERSION: '22.16.0'
56-
_TOOLBOX_VERSION: '0.26.0'
56+
_TOOLBOX_VERSION: '0.27.0'
5757
_TOOLBOX_MANIFEST_VERSION: '34'

packages/toolbox-adk/test/e2e/test.e2e.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ describe('ToolboxClient E2E Tests', () => {
292292
expect(axiosError.response?.data).toEqual(
293293
expect.objectContaining({
294294
error:
295-
'tool invocation not authorized. Please make sure your specify correct auth headers',
295+
'tool invocation not authorized. Please make sure you specify correct auth headers',
296296
}),
297297
);
298298
}
@@ -364,7 +364,7 @@ describe('ToolboxClient E2E Tests', () => {
364364
expect(axiosError.response?.data).toEqual(
365365
expect.objectContaining({
366366
error:
367-
'provided parameters were invalid: error parsing authenticated parameter "data": no field named row_data in claims',
367+
'error parsing authenticated parameter "data": no field named row_data in claims',
368368
}),
369369
);
370370
}

packages/toolbox-core/integration.cloudbuild.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,5 +45,5 @@ options:
4545
logging: CLOUD_LOGGING_ONLY
4646
substitutions:
4747
_VERSION: '22.16.0'
48-
_TOOLBOX_VERSION: '0.26.0'
48+
_TOOLBOX_VERSION: '0.27.0'
4949
_TOOLBOX_MANIFEST_VERSION: '34'

packages/toolbox-core/test/e2e/test.e2e.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ describe('ToolboxClient E2E Tests', () => {
257257
expect(axiosError.response?.data).toEqual(
258258
expect.objectContaining({
259259
error:
260-
'tool invocation not authorized. Please make sure your specify correct auth headers',
260+
'tool invocation not authorized. Please make sure you specify correct auth headers',
261261
}),
262262
);
263263
}
@@ -318,7 +318,7 @@ describe('ToolboxClient E2E Tests', () => {
318318
expect(axiosError.response?.data).toEqual(
319319
expect.objectContaining({
320320
error:
321-
'provided parameters were invalid: error parsing authenticated parameter "data": no field named row_data in claims',
321+
'error parsing authenticated parameter "data": no field named row_data in claims',
322322
}),
323323
);
324324
}

0 commit comments

Comments
 (0)