Skip to content

Commit 5fef57f

Browse files
committed
Update expected EditionID
1 parent 455781a commit 5fef57f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)