Skip to content

Commit af2d284

Browse files
committed
fix test to use $schema
1 parent 9461eff commit af2d284

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dsc/tests/dsc_resource_input.tests.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Describe 'tests for resource input' {
55
BeforeAll {
66
$manifest = @'
77
{
8-
"manifestVersion": "1.0.0",
8+
"$schema": "https://raw.githubusercontent.com/PowerShell/DSC/main/schemas/2023/08/bundled/resource/manifest.json",
99
"type": "Test/EnvVarInput",
1010
"version": "0.1.0",
1111
"get": {

0 commit comments

Comments
 (0)