Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
attiasas committed Sep 30, 2024
1 parent b33b31f commit 8b3c1ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/validations/test_validate_simple_json.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ func ValidateSimpleJsonIssuesCount(t *testing.T, params ValidationParams, result
}
for _, result := range results.Secrets {
if result.Applicability != nil {
if result.Applicability.Status == jasutils.Inactive.ToString() {
if result.Applicability.Status == jasutils.Inactive.String() {
inactiveResults += 1
}
}
Expand Down

0 comments on commit 8b3c1ab

Please sign in to comment.