File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
tests/Integration/Commands Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -26,6 +26,8 @@ BeforeDiscovery {
2626Describe ' 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
You can’t perform that action at this time.
0 commit comments