Skip to content

Commit 9e60069

Browse files
authored
chore: update toolbox version (#63)
* chore: update toolbox version * chore: fix test breaking due to change in tools.yaml secret (#64) * chore: fix test breaking due to change in tools.yaml secret * Update test.e2e.ts
1 parent 9b91322 commit 9e60069

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

packages/toolbox-core/integration.cloudbuild.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@ options:
4242
logging: CLOUD_LOGGING_ONLY
4343
substitutions:
4444
_VERSION: '22.16.0'
45-
_TOOLBOX_VERSION: '0.7.0'
45+
_TOOLBOX_VERSION: '0.8.0'

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ describe('ToolboxClient E2E Tests', () => {
114114
'get-row-by-id-auth',
115115
'get-row-by-id',
116116
'get-n-rows',
117+
'search-rows',
117118
]);
118119
expect(loadedToolNames).toEqual(expectedDefaultTools);
119120

0 commit comments

Comments
 (0)