From 3f3cffd13b54424fc44dd7335a14d0e763a919cd Mon Sep 17 00:00:00 2001 From: Johan Ljunggren Date: Tue, 13 Feb 2024 20:04:00 +0100 Subject: [PATCH] Fix correct config --- tests/Integration/DSC_BootstrapPSResourceGet.config.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Integration/DSC_BootstrapPSResourceGet.config.ps1 b/tests/Integration/DSC_BootstrapPSResourceGet.config.ps1 index 12cc16a..b6606d9 100644 --- a/tests/Integration/DSC_BootstrapPSResourceGet.config.ps1 +++ b/tests/Integration/DSC_BootstrapPSResourceGet.config.ps1 @@ -33,7 +33,7 @@ Configuration DSC_BootstrapPSResourceGet_CurrentUser_Config node $AllNodes.NodeName { - PSResourceGetBootstrap 'Integration_Test' + BootstrapPSResourceGet 'Integration_Test' { IsSingleInstance = 'Yes' Scope = 'CurrentUser'