Skip to content

Commit

Permalink
SqlSetup: Fix integration test (dsccommunity#1705)
Browse files Browse the repository at this point in the history
- SqlSetup
  - Fixed integration tests for SQL Server 2016 and SQL Server 2017.
  • Loading branch information
johlju authored Jun 5, 2021
1 parent 9d9143b commit 48ecbd9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
the SQL Server instance as a percentage of total server memory.
([issue #1397](https://github.com/dsccommunity/SqlServerDsc/issues/1397)).

### Fixed

- SqlSetup
- Fixed integration tests for SQL Server 2016 and SQL Server 2017.

## [15.1.1] - 2021-02-12

### Fixed
Expand Down
2 changes: 2 additions & 0 deletions tests/Integration/DSC_SqlSetup.Integration.Tests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,8 @@ try

Write-Verbose -Message "Start downloading the SQL Server media at $(Get-Date -Format 'yyyy-MM-dd hh:mm:ss')" -Verbose

[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12

if ($script:mockSourceDownloadExeUrl)
{
# Download the EXE used to download the ISO
Expand Down

0 comments on commit 48ecbd9

Please sign in to comment.