Skip to content

Commit

Permalink
Revert "update RequiredResource test to have an empty inner hashtable…
Browse files Browse the repository at this point in the history
… scenario"

This reverts commit e165ad9.
  • Loading branch information
anamnavi committed Oct 3, 2023
1 parent e165ad9 commit d29b038
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -389,13 +389,15 @@ Describe 'Test Install-PSResource for V2 Server scenarios' -tags 'CI' {
repository = $PSGalleryName
}

test_module2 = @{
test_module2 = @{
version = "[1.0.0,3.0.0)"
repository = $PSGalleryName
prerelease = "true"
}

TestModule99 = @{}
TestModule99 = @{
repository = $PSGalleryName
}
}

Install-PSResource -RequiredResource $rrHash -TrustRepository
Expand Down

0 comments on commit d29b038

Please sign in to comment.