Skip to content

Commit 99b8acc

Browse files
committed
Fix integ
1 parent 8c6ad24 commit 99b8acc

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ BeforeDiscovery {
2626
Describe 'Get-SqlDscRSSetupConfiguration' {
2727
Context 'When getting the configuration for SQL Server Reporting Services instance' -Tag @('Integration_SQL2017_RS') {
2828
It 'Should return the correct configuration for SSRS instance' {
29+
Write-Verbose -Message ((reg query "HKLM\SOFTWARE\Microsoft\Microsoft SQL Server" /s) | Out-String) -Verbose
30+
2931
# Get the SSRS configuration
3032
$result = Get-SqlDscRSSetupConfiguration -InstanceName 'SSRS'
3133

@@ -46,6 +48,8 @@ Describe 'Get-SqlDscRSSetupConfiguration' {
4648

4749
Context 'When getting the configuration for SQL Server Reporting Services instance' -Tag @('Integration_SQL2019_RS') {
4850
It 'Should return the correct configuration for SSRS instance' {
51+
Write-Verbose -Message ((reg query "HKLM\SOFTWARE\Microsoft\Microsoft SQL Server" /s) | Out-String) -Verbose
52+
4953
# Get the SSRS configuration
5054
$result = Get-SqlDscRSSetupConfiguration -InstanceName 'SSRS'
5155

@@ -66,6 +70,8 @@ Describe 'Get-SqlDscRSSetupConfiguration' {
6670

6771
Context 'When getting the configuration for SQL Server Reporting Services instance' -Tag @('Integration_SQL2022_RS') {
6872
It 'Should return the correct configuration for SSRS instance' {
73+
Write-Verbose -Message ((reg query "HKLM\SOFTWARE\Microsoft\Microsoft SQL Server" /s) | Out-String) -Verbose
74+
6975
# Get the SSRS configuration
7076
$result = Get-SqlDscRSSetupConfiguration -InstanceName 'SSRS'
7177

0 commit comments

Comments
 (0)