We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb8078c commit df46dcdCopy full SHA for df46dcd
src/Storage/RegressionTests/dataplane.ps1
@@ -1878,7 +1878,7 @@ Describe "dataplane test" {
1878
1879
$blobs = Get-AzStorageBlob -Container $containername1 -Context $currentctx
1880
$blobs.Count | Should -Be 2
1881
- $blobs.Name | Should -Contain $destblobname1
+ $blobs.Name | Should -Contain $destblobname
1882
1883
$blobs = Get-AzStorageBlob -Container $containername1 -Prefix "/" -Context $currentctx
1884
$blobs.Count | Should -Be 1
0 commit comments