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 a643e82 commit 826edeeCopy full SHA for 826edee
tests/Integration/Commands/Get-SqlDscRSConfigurationSetting.Integration.Tests.ps1
@@ -126,8 +126,7 @@ Describe 'Get-SqlDscRSConfigurationSetting' {
126
# Verify the result
127
$result | Should -Not -BeNullOrEmpty
128
$result.InstanceName | Should -Be 'PBIRS'
129
- # Temporary disabled because integration instances provide an empty version
130
- #[System.Version] $result.Version | Should -BeGreaterOrEqual ([System.Version] '15.0.1117.98')
+ [System.Version] $result.Version | Should -BeGreaterOrEqual ([System.Version] '15.0.1117.98')
131
$result.PathName | Should -Be 'C:\Program Files\PBIRS\PBIRS\ReportServer\rsreportserver.config'
132
$result.InstallationID | Should -Not -BeNullOrEmpty
133
$result.IsInitialized | Should -BeFalse
0 commit comments