Skip to content

Commit 5f42173

Browse files
committed
Fix integration tests
1 parent e59856d commit 5f42173

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

tests/Integration/DSC_KeyValuePairFile.Integration.Tests.ps1

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ $script:testEnvironment = Initialize-TestEnvironment `
2121

2222
Import-Module -Name (Join-Path -Path $PSScriptRoot -ChildPath '..\TestHelpers\CommonTestHelper.psm1')
2323

24+
# Helper module import required for the Get-FileEncoding function
25+
Import-Module -Name (Join-Path -Path $PSScriptRoot -ChildPath '..\..\source\Modules\FileContentDsc.Common') -Force
26+
2427
try
2528
{
2629
Describe "$($script:dscResourceName)_Integration" {

0 commit comments

Comments
 (0)