Skip to content

Commit

Permalink
Merge pull request #432 from cloudskiff/fix/jsonTestData
Browse files Browse the repository at this point in the history
Rename total_drifted to total_changed in JSON testdata
  • Loading branch information
sundowndev authored Apr 14, 2021
2 parents 8c2a95d + b93ed4e commit a7dd193
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/analyser/testdata/input.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"summary": {
"total_resources": 6,
"total_drifted": 1,
"total_changed": 1,
"total_unmanaged": 2,
"total_missing": 2,
"total_managed": 2
Expand Down Expand Up @@ -63,4 +63,4 @@
}
]
}
}
}

0 comments on commit a7dd193

Please sign in to comment.