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');
27
27
28
28
const mockResponseDir = join (
29
29
__dirname ,
30
- 'vertexai-sdk-test-data/mock-responses'
30
+ 'vertexai-sdk-test-data/mock-responses/vertexai '
31
31
) ;
32
32
33
33
async function main ( ) : Promise < void > {
Original file line number Diff line number Diff line change 17
17
# This script replaces mock response files for Vertex AI unit tests with a fresh
18
18
# clone of the shared repository of Vertex AI test data.
19
19
20
- RESPONSES_VERSION=' v6 .*' # The major version of mock responses to use
20
+ RESPONSES_VERSION=' v7 .*' # The major version of mock responses to use
21
21
REPO_NAME=" vertexai-sdk-test-data"
22
22
REPO_LINK=" https://github.com/FirebaseExtended/$REPO_NAME .git"
23
23
You can’t perform that action at this time.
0 commit comments