File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
packages/vertexai/test-utils Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ const { join } = require('path');
2727
2828const mockResponseDir = join (
2929 __dirname ,
30- 'vertexai-sdk-test-data/mock-responses'
30+ 'vertexai-sdk-test-data/mock-responses/vertexai '
3131) ;
3232
3333async function main ( ) : Promise < void > {
Original file line number Diff line number Diff line change 1717# This script replaces mock response files for Vertex AI unit tests with a fresh
1818# clone of the shared repository of Vertex AI test data.
1919
20- RESPONSES_VERSION=' v6 .*' # The major version of mock responses to use
20+ RESPONSES_VERSION=' v7 .*' # The major version of mock responses to use
2121REPO_NAME=" vertexai-sdk-test-data"
2222REPO_LINK=" https://github.com/FirebaseExtended/$REPO_NAME .git"
2323
You can’t perform that action at this time.
0 commit comments