Skip to content

Commit

Permalink
change test expression back as it fails in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveL-MSFT committed Jan 17, 2024
1 parent ab8a496 commit 01819f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dsc/tests/dsc_parameters.tests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ Describe 'Parameters tests' {
- name: os
type: Microsoft/OSInfo
properties:
family: "[parameters('osFamily')]"
family: '[parameters(''osFamily'')]'
'@

$out = dsc -i $config_yaml config -p $params test | ConvertFrom-Json
Expand Down

0 comments on commit 01819f1

Please sign in to comment.