Skip to content

Commit b64d8b9

Browse files
committed
Fix developer edition
1 parent 5fef57f commit b64d8b9

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

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

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -110,9 +110,6 @@ 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-
116113
# Verify the result
117114
$result | Should -Not -BeNullOrEmpty
118115
$result.InstanceName | Should -Be 'PBIRS'
@@ -126,7 +123,7 @@ Describe 'Get-SqlDscRSSetupConfiguration' {
126123
$result.VirtualRootServer | Should -Be 'ReportServer'
127124
$result.ConfigFilePath | Should -Be 'C:\Program Files\PBIRS\PBIRS\ReportServer\rsreportserver.config'
128125
$result.InstanceId | Should -Be 'PBIRS'
129-
$result.EditionID | Should -Be 1369084056
126+
$result.EditionID | Should -Be 2017617798
130127
$result.EditionName | Should -Be 'Power BI Report Server - Developer'
131128
$result.IsSharePointIntegrated | Should -BeFalse
132129
}

tests/Integration/Commands/Install-SqlDscBIReportServer.Integration.Tests.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Describe 'Install-SqlDscBIReportServer' -Tag @('Integration_PowerBI') {
4242
AcceptLicensingTerms = $true
4343
MediaPath = $powerBIReportServerExecutable
4444
InstallFolder = 'C:\Program Files\PBIRS'
45-
Edition = 'Evaluation'
45+
Edition = 'Developer'
4646
LogPath = Join-Path -Path $script:temporaryFolder -ChildPath 'PowerBIReportServer_Install.log'
4747
SuppressRestart = $true
4848
Verbose = $true

0 commit comments

Comments
 (0)