Skip to content

Commit 13b18cd

Browse files
committed
remove unused code
1 parent 375e963 commit 13b18cd

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

tests/Get-DbaNetworkEncryption.Tests.ps1

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,6 @@ Describe $CommandName -Tag UnitTests {
2121
}
2222

2323
Describe $CommandName -Tag IntegrationTests {
24-
BeforeAll {
25-
$PSDefaultParameterValues["*-Dba*:EnableException"] = $true
26-
$PSDefaultParameterValues.Remove("*-Dba*:EnableException")
27-
}
28-
2924
Context "Certificate retrieval" {
3025
BeforeAll {
3126
# Attempt to retrieve the certificate - not all environments have TLS configured

0 commit comments

Comments
 (0)