Skip to content

Commit b925495

Browse files
committed
Update test port for SSL certificate binding integration tests to standard port 443
1 parent 21a046a commit b925495

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

tests/Integration/Commands/Remove-SqlDscRSSslCertificateBinding.Integration.Tests.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ BeforeAll {
3636
#>
3737
$script:testCertificateFriendlyName = 'SqlServerDsc SSL Integration Test Certificate'
3838
$script:testIPAddress = '0.0.0.0'
39-
$script:testPort = 8443
39+
$script:testPort = 443
4040
}
4141

4242
<#

tests/Integration/Commands/Set-SqlDscRSSslCertificateBinding.Integration.Tests.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ BeforeAll {
3737
#>
3838
$script:testCertificateFriendlyName = 'SqlServerDsc SSL Integration Test Certificate'
3939
$script:testIPAddress = '0.0.0.0'
40-
$script:testPort = 8443
40+
$script:testPort = 443
4141
}
4242

4343
<#

0 commit comments

Comments
 (0)