Skip to content

Commit

Permalink
fix test to use $schema
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveL-MSFT committed Sep 21, 2023
1 parent 9461eff commit af2d284
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dsc/tests/dsc_resource_input.tests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Describe 'tests for resource input' {
BeforeAll {
$manifest = @'
{
"manifestVersion": "1.0.0",
"$schema": "https://raw.githubusercontent.com/PowerShell/DSC/main/schemas/2023/08/bundled/resource/manifest.json",
"type": "Test/EnvVarInput",
"version": "0.1.0",
"get": {
Expand Down

0 comments on commit af2d284

Please sign in to comment.