Skip to content

Commit

Permalink
Merge pull request #370 from Snozzberries/main
Browse files Browse the repository at this point in the history
Fixes json schema check
  • Loading branch information
f-bader authored Jul 20, 2024
2 parents 33ae704 + 7f016f5 commit 676400c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion powershell/public/Compare-MtTestResult.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ function Compare-MtTestResult {
)

if(-not ($NewTest -and $PriorTest)){
$reportProperties = @("Account","Blocks","ExecutedAt","FailedCount","PassedCount","Result","SkippedCount","TenantId","TenantName","Tests","TotalCount")
$reportProperties = @("Account","Blocks","CurrentVersion","ExecutedAt","FailedCount","LatestVersion","PassedCount","Result","SkippedCount","TenantId","TenantName","Tests","TotalCount")
$reports = @()
$files = Get-ChildItem "$BaseDir\TestResults-*.json"
Write-Verbose "Found $($files.Count) TestResults-*.json files in $BaseDir"
Expand Down

0 comments on commit 676400c

Please sign in to comment.