File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
tests/Integration/Commands Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -110,6 +110,9 @@ Describe 'Get-SqlDscRSSetupConfiguration' {
110110 # Get the PBIRS configuration
111111 $result = Get-SqlDscRSSetupConfiguration - InstanceName ' PBIRS'
112112
113+ # TODO: Remove this line when debug is no longer necessary
114+ Write-Verbose - Message ($result | Out-String ) - Verbose
115+
113116 # Verify the result
114117 $result | Should -Not - BeNullOrEmpty
115118 $result.InstanceName | Should - Be ' PBIRS'
@@ -123,7 +126,7 @@ Describe 'Get-SqlDscRSSetupConfiguration' {
123126 $result.VirtualRootServer | Should - Be ' ReportServer'
124127 $result.ConfigFilePath | Should - Be ' C:\Program Files\PBIRS\PBIRS\ReportServer\rsreportserver.config'
125128 $result.InstanceId | Should - Be ' PBIRS'
126- $result.EditionID | Should - Be 2017617798
129+ $result.EditionID | Should - Be 1369084056
127130 $result.EditionName | Should - Be ' Power BI Report Server - Developer'
128131 $result.IsSharePointIntegrated | Should - BeFalse
129132 }
You can’t perform that action at this time.
0 commit comments