Skip to content

Commit b361df1

Browse files
committed
fix test
1 parent aeae4b9 commit b361df1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

code/go/pkg/validator/validator_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ func TestValidateFile(t *testing.T) {
258258
"bad_required_vars": {
259259
"manifest.yml",
260260
[]string{
261-
"field policy_templates.0.required_vars: Array must have at least 1 items",
261+
"field policy_templates.0.required_vars.0: Array must have at least 1 items",
262262
},
263263
},
264264
}

0 commit comments

Comments
 (0)