Skip to content

Commit 3c5574a

Browse files
Update tests/Validate-Settings.ps1
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 8808298 commit 3c5574a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Validate-Settings.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Write-Host '✓ Settings retrieved successfully'
3131
# Display the generated settings JSON
3232
Write-Host "`n========== Generated Settings JSON =========="
3333
$settings = $SettingsJson | ConvertFrom-Json
34-
$settings | ConvertTo-Json -Depth 10
34+
Write-Host ($settings | ConvertTo-Json -Depth 10)
3535
Write-Host '=============================================='
3636

3737
# Validate against JSON schema

0 commit comments

Comments
 (0)