Skip to content

Commit a2d875d

Browse files
committed
test: work around API bug of dataset path on Azure Storage
See SDCOSMO-2523 for the bug details
1 parent 7bb9cfe commit a2d875d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cypress/commons/constants/brewery/TestConstants.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export const REAL_BREWERY_WORKSPACE_ID = 'w-21d727w3gv7';
66

77
export const DATASET_STORAGE_ACCOUNT = 'warpwaadxdevdlrivo';
88
export const DATASET_STORAGE_CONTAINER = 'o-4pm18exqpkv';
9-
export const DATASET_STORAGE_REFERENCE_FOLDER = 'brewery_reference';
9+
export const DATASET_STORAGE_REFERENCE_FOLDER = 'brewery_reference/';
1010

1111
export const SCENARIO_STATUS = {
1212
CREATED: 'created',

0 commit comments

Comments
 (0)