Skip to content

Commit 03c75bc

Browse files
Updating test resource script path (#41248)
Co-authored-by: Josiah Vinson <jovinson@microsoft.com>
1 parent 19a92d2 commit 03c75bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk/healthdataaiservices/azure-health-deidentification/test-resources-post.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ $storageAccountName = $DeploymentOutputs['HEALTHDATAAISERVICES_STORAGE_ACCOUNT_N
1919
$containerName = $DeploymentOutputs['HEALTHDATAAISERVICES_STORAGE_CONTAINER_NAME']
2020

2121
# Set the local folder path to upload
22-
$localFolderPath = "tests\data\example_patient_1"
22+
$localFolderPath = "$PSScriptRoot\tests\data\example_patient_1"
2323

2424
# Check if the connection string is present
2525
if ([string]::IsNullOrWhiteSpace($storageAccountName)) {

0 commit comments

Comments
 (0)