Skip to content

Commit d0464dd

Browse files
committed
The test was failing from the recording during playback. Then, it was failing for the same reason while I was recording. During a test run, it simply started passing for no reason. I ran it a few more times and it was still passing. No idea if there was a serverside change or not.
1 parent 60b0cd5 commit d0464dd

File tree

2 files changed

+614
-3821
lines changed

2 files changed

+614
-3821
lines changed

src/ResourceManager/Storage/Commands.Management.Storage.Test/ScenarioTests/StorageAccountTests.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -546,7 +546,7 @@ function Test-NetworkRule
546546
# Test
547547
$stoname = 'sto' + $rgname;
548548
$stotype = 'Standard_LRS';
549-
$loc = Get-ProviderLocation_Canary ResourceManagement;
549+
$loc = Get-ProviderLocation ResourceManagement;
550550
$ip1 = "20.11.0.0/16";
551551
$ip2 = "10.0.0.0/7";
552552
$ip3 = "11.1.1.0/24";

0 commit comments

Comments
 (0)