Skip to content

Commit

Permalink
Fixed incorrect param file ref (#1626)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderSehr authored Jun 30, 2022
1 parent 08cd3ee commit f7eabf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/.global/global.module.tests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -931,7 +931,7 @@ Describe 'Deployment template tests' -Tag Template {

foreach ($moduleFolderPath in $moduleFolderPaths) {
if (Test-Path (Join-Path $moduleFolderPath '.test')) {
$testFilePaths = (Get-ChildItem (Join-Path -Path $moduleFolderPath -ChildPath '.testeters.json') -Recurse -Force).FullName
$testFilePaths = (Get-ChildItem (Join-Path -Path $moduleFolderPath -ChildPath '.parameters.json') -Recurse -Force).FullName
foreach ($testFilePath in $testFilePaths) {
foreach ($token in $enforcedTokenList.Keys) {
$parameterFileTokenTestCases += @{
Expand Down

0 comments on commit f7eabf6

Please sign in to comment.