Skip to content

Commit 1a139c2

Browse files
author
Chenglong Liu
committed
Update
1 parent 3d11417 commit 1a139c2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Cdn/Cdn.Autorest/test/Get-AzFrontDoorCdnManagedRuleSet.Tests.ps1 renamed to src/Cdn/Cdn.Autorest/test/Get-AzCdnManagedRuleSet.Tests.ps1

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
if(($null -eq $TestName) -or ($TestName -contains 'Get-AzFrontDoorCdnManagedRuleSet'))
1+
if(($null -eq $TestName) -or ($TestName -contains 'Get-AzCdnManagedRuleSet'))
22
{
33
$loadEnvPath = Join-Path $PSScriptRoot 'loadEnv.ps1'
44
if (-Not (Test-Path -Path $loadEnvPath)) {
55
$loadEnvPath = Join-Path $PSScriptRoot '..\loadEnv.ps1'
66
}
77
. ($loadEnvPath)
8-
$TestRecordingFile = Join-Path $PSScriptRoot 'Get-AzFrontDoorCdnManagedRuleSet.Recording.json'
8+
$TestRecordingFile = Join-Path $PSScriptRoot 'Get-AzCdnManagedRuleSet.Recording.json'
99
$currentPath = $PSScriptRoot
1010
while(-not $mockingPath) {
1111
$mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File
@@ -14,7 +14,7 @@ if(($null -eq $TestName) -or ($TestName -contains 'Get-AzFrontDoorCdnManagedRule
1414
. ($mockingPath | Select-Object -First 1).FullName
1515
}
1616

17-
Describe 'Get-AzFrontDoorCdnManagedRuleSet' {
17+
Describe 'Get-AzCdnManagedRuleSet' {
1818
It 'List' -skip {
1919
{ throw [System.NotImplementedException] } | Should -Not -Throw
2020
}

0 commit comments

Comments
 (0)