Skip to content

Commit df46dcd

Browse files
committed
Update leading slash fix test
1 parent fb8078c commit df46dcd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Storage/RegressionTests/dataplane.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1878,7 +1878,7 @@ Describe "dataplane test" {
18781878

18791879
$blobs = Get-AzStorageBlob -Container $containername1 -Context $currentctx
18801880
$blobs.Count | Should -Be 2
1881-
$blobs.Name | Should -Contain $destblobname1
1881+
$blobs.Name | Should -Contain $destblobname
18821882

18831883
$blobs = Get-AzStorageBlob -Container $containername1 -Prefix "/" -Context $currentctx
18841884
$blobs.Count | Should -Be 1

0 commit comments

Comments
 (0)