Skip to content

Commit a512bc6

Browse files
davidmotsonDavid Motsonashvili
and
David Motsonashvili
authoredMar 17, 2025
fix golden files test (#8843)
* fix golden files test * update responses version --------- Co-authored-by: David Motsonashvili <davidmotson@google.com>
1 parent feb2c9d commit a512bc6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎packages/vertexai/test-utils/convert-mocks.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ const { join } = require('path');
2727

2828
const mockResponseDir = join(
2929
__dirname,
30-
'vertexai-sdk-test-data/mock-responses'
30+
'vertexai-sdk-test-data/mock-responses/vertexai'
3131
);
3232

3333
async function main(): Promise<void> {

‎scripts/update_vertexai_responses.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
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
2121
REPO_NAME="vertexai-sdk-test-data"
2222
REPO_LINK="https://github.com/FirebaseExtended/$REPO_NAME.git"
2323

0 commit comments

Comments
 (0)