Skip to content

Commit a4b5430

Browse files
Apply suggestions from code review
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent daaf467 commit a4b5430

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/framework/Core.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ function Run-Tests
3030
$yamlFullPath = Join-Path $RepositoryRoot $YamlPath
3131
$yaml = Get-Content -Path $yamlFullPath -Raw
3232
if ($null -ne $TransformYamlFunction) {
33-
$yaml = & $TransformYamlFunction
33+
$yaml = & $TransformYamlFunction $yaml
3434
}
3535
$TestName = [System.IO.Path]::GetFileNameWithoutExtension($YamlPath)
3636
$TestDirectoryPath = [System.IO.Path]::GetDirectoryName($yamlFullPath)

0 commit comments

Comments
 (0)