Skip to content

Commit

Permalink
�all tests passing
Browse files Browse the repository at this point in the history
  • Loading branch information
seanrathier committed Sep 19, 2024
1 parent ff0b493 commit 0396d9e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions code/go/pkg/validator/validator_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,7 @@ func TestValidateFile(t *testing.T) {
"manifest.yml",
[]string{
`field policy_templates.0.deployment_modes: Additional property default is not allowed`,
`field policy_templates.0.inputs.0.vars.0.hide_in_deployment_modes.0: policy_templates.0.inputs.0.vars.0.hide_in_deployment_modes.0 must be one of the following: "agentless"`,
},
},
"bad_deployment_mode_without_identities": {
Expand Down

0 comments on commit 0396d9e

Please sign in to comment.