We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1d321a5 + aaf03d3 commit 387a7f5Copy full SHA for 387a7f5
internal/configs/configschema/validate_traversal_test.go
@@ -58,7 +58,7 @@ func TestStaticValidateTraversal(t *testing.T) {
58
},
59
{
60
`obj.str.nonexist`,
61
- `Unsupported attribute: This value does not have any attributes.`,
+ `Unsupported attribute: Can't access attributes on a primitive-typed value (string).`,
62
63
64
`obj.list`,
0 commit comments