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 375e963 commit 13b18cdCopy full SHA for 13b18cd
1 file changed
tests/Get-DbaNetworkEncryption.Tests.ps1
@@ -21,11 +21,6 @@ Describe $CommandName -Tag UnitTests {
21
}
22
23
Describe $CommandName -Tag IntegrationTests {
24
- BeforeAll {
25
- $PSDefaultParameterValues["*-Dba*:EnableException"] = $true
26
- $PSDefaultParameterValues.Remove("*-Dba*:EnableException")
27
- }
28
-
29
Context "Certificate retrieval" {
30
BeforeAll {
31
# Attempt to retrieve the certificate - not all environments have TLS configured
0 commit comments