Skip to content

Commit 0cbff6b

Browse files
authored
test(vertexai): update developerapi mock response dir to googleai (#8921)
1 parent 8bb66c2 commit 0cbff6b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

+1-2
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,7 @@ type BackendName = 'vertexAI' | 'googleAI';
3030

3131
const mockDirs: Record<BackendName, string> = {
3232
vertexAI: join(MOCK_RESPONSES_DIR_PATH, 'vertexai'),
33-
// Note: the dirname is developerapi is legacy. It should be updated to googleai.
34-
googleAI: join(MOCK_RESPONSES_DIR_PATH, 'developerapi')
33+
googleAI: join(MOCK_RESPONSES_DIR_PATH, 'googleai')
3534
};
3635

3736
/**

0 commit comments

Comments
 (0)