Skip to content

Commit 826edee

Browse files
committed
Re-enable version checks in Get-SqlDscRSConfigurationSetting integration tests for the PowerBI
1 parent a643e82 commit 826edee

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/Integration/Commands/Get-SqlDscRSConfigurationSetting.Integration.Tests.ps1

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,8 +126,7 @@ Describe 'Get-SqlDscRSConfigurationSetting' {
126126
# Verify the result
127127
$result | Should -Not -BeNullOrEmpty
128128
$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')
129+
[System.Version] $result.Version | Should -BeGreaterOrEqual ([System.Version] '15.0.1117.98')
131130
$result.PathName | Should -Be 'C:\Program Files\PBIRS\PBIRS\ReportServer\rsreportserver.config'
132131
$result.InstallationID | Should -Not -BeNullOrEmpty
133132
$result.IsInitialized | Should -BeFalse

0 commit comments

Comments
 (0)