Skip to content

Commit

Permalink
add test tracing
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveL-MSFT committed Jan 5, 2024
1 parent afeeed9 commit 78e2500
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dsc/tests/dsc_parameters.tests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ Describe 'Parameters tests' {
text: '[parameters(''param1'')]'
"@
$params_json = @{ parameters = @{ param1 = 'hello' }} | ConvertTo-Json -Compress
write-verbose -verbose $params_json
if ($inputType -eq 'file') {
$file_path = "$TestDrive/test.parameters.json"
Set-Content -Path $file_path -Value $params_json
Expand Down

0 comments on commit 78e2500

Please sign in to comment.