pester: remove Nuget.Config test (#4015)

This commit is contained in:
Aleksandr Chebotov
2021-09-03 17:05:14 +03:00
committed by GitHub
parent d261844fc2
commit 6968a424be

View File

@@ -44,9 +44,6 @@ Describe "Nuget" {
It "Nuget" { It "Nuget" {
"nuget" | Should -ReturnZeroExitCode "nuget" | Should -ReturnZeroExitCode
} }
It "NuGet.Config not exists" {
"$env:APPDATA\NuGet\NuGet.Config" | Should -Not -Exist
}
} }
Describe "OpenSSL" { Describe "OpenSSL" {