Skip to content

Commit 01d78b5

Browse files
authored
tests: fixture resources have moved (#454)
1 parent dc39e61 commit 01d78b5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

vision/samples/system-test/referenceImages.test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ const testProduct = {
3333
productDisplayName: 'test_product_display_name_1',
3434
productCategory: 'homegoods',
3535
productReferenceImageId: `ReferenceImage${uuid.v4()}`,
36-
productImageUri: 'gs://nodejs-docs-samples/product-search/shoes_1.jpg',
36+
productImageUri: 'gs://cloud-samples-data/vision/product_search/shoes_1.jpg',
3737
};
3838
testProduct.productPath = productSearchClient.productPath(
3939
testProduct.projectId,

vision/samples/system-test/similarProducts.test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ const execSync = cmd => cp.execSync(cmd, {encoding: 'utf-8'});
2525
const cmd = `node productSearch/similarProducts.js`;
2626
const filter = ['', 'style=womens'];
2727
const localPath = path.join(__dirname, '../resources/shoes_1.jpg');
28-
const gcsUri = 'gs://nodejs-docs-samples/product-search/shoes_1.jpg';
28+
const gcsUri = 'gs://cloud-samples-data/vision/product_search/shoes_1.jpg';
2929

3030
const productSearch = new vision.ProductSearchClient();
3131

0 commit comments

Comments
 (0)