Skip to content

Commit 2424be9

Browse files
committed
update collectionHelper.ts
1 parent 7f43508 commit 2424be9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/testHelpers/collections/collectionHelper.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ export async function setStorageDriverViaApi(
134134
): Promise<void> {
135135
try {
136136
return await axios.put(
137-
`${TestConstants.TEST_API_URL}/admin/dataverse/${collectionAlias}/storageDriver`,
137+
`${TestConstants.TEST_API_URL}/dataverses/${collectionAlias}/storageDriver`,
138138
driverLabel,
139139
{
140140
headers: { 'Content-Type': 'text/plain', 'X-Dataverse-Key': process.env.TEST_API_KEY }

0 commit comments

Comments
 (0)