From 890ac989195a36f0304326ddaece44b8b8e1e936 Mon Sep 17 00:00:00 2001 From: Addam Schroll <108814318+schrolla@users.noreply.github.com> Date: Fri, 13 Sep 2024 12:19:11 -0500 Subject: [PATCH] * Restore sourcing for FunctionalTestUtils in BeforeAll --- Testing/Functional/Products/Products.Tests.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Testing/Functional/Products/Products.Tests.ps1 b/Testing/Functional/Products/Products.Tests.ps1 index 5cd33bc70f..832c46e3ec 100644 --- a/Testing/Functional/Products/Products.Tests.ps1 +++ b/Testing/Functional/Products/Products.Tests.ps1 @@ -167,7 +167,7 @@ BeforeAll { } # Dot source utility functions -# . (Join-Path -Path $PSScriptRoot -ChildPath "FunctionalTestUtils.ps1") + . (Join-Path -Path $PSScriptRoot -ChildPath "FunctionalTestUtils.ps1") function SetConditions { [CmdletBinding(DefaultParameterSetName = 'Actual')]