Skip to content

Commit

Permalink
backport of commit aaf03d3
Browse files Browse the repository at this point in the history
  • Loading branch information
jbardin committed Jul 21, 2021
1 parent 19d00f7 commit 3edc5c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/configs/configschema/validate_traversal_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ func TestStaticValidateTraversal(t *testing.T) {
},
{
`obj.str.nonexist`,
`Unsupported attribute: This value does not have any attributes.`,
`Unsupported attribute: Can't access attributes on a primitive-typed value (string).`,
},
{
`obj.list`,
Expand Down

0 comments on commit 3edc5c0

Please sign in to comment.