From d29b038d7341b4ed2edd66fefb07d5c3bd897c99 Mon Sep 17 00:00:00 2001 From: Anam Navied Date: Tue, 3 Oct 2023 12:30:53 -0400 Subject: [PATCH] Revert "update RequiredResource test to have an empty inner hashtable scenario" This reverts commit e165ad9345d5bd28cdc570dedfbd22963e30bf3c. --- .../InstallPSResourceV2Server.Tests.ps1 | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/test/InstallPSResourceTests/InstallPSResourceV2Server.Tests.ps1 b/test/InstallPSResourceTests/InstallPSResourceV2Server.Tests.ps1 index b64244dcd..226c447cf 100644 --- a/test/InstallPSResourceTests/InstallPSResourceV2Server.Tests.ps1 +++ b/test/InstallPSResourceTests/InstallPSResourceV2Server.Tests.ps1 @@ -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