Skip to content

Commit

Permalink
Merge pull request #4026 from NikCharlebois/Integration-Test-Improvem…
Browse files Browse the repository at this point in the history
…ents

Update M365DSCTestEngine.psm1
  • Loading branch information
NikCharlebois authored Dec 12, 2023
2 parents 5cffcdb + 3a388f7 commit db57a10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/Integration/M365DSCTestEngine.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ function New-M365DSCIntegrationTest
'@

# Saving Master Integration configuration to file
Set-Content -Value $masterIntegrationConfig -Path ".Tests\Integration\Microsoft365DSC\M365DSCIntegration.$Workload.Tests.ps1"
Set-Content -Value $masterIntegrationConfig -Path ".\Tests\Integration\Microsoft365DSC\M365DSCIntegration.$Workload.Tests.ps1"
}

Export-ModuleMember -Function @(
Expand Down

0 comments on commit db57a10

Please sign in to comment.