OpenAPI: Fix ValidationError message attribute (#90846)
It's `message`, not `msg`. It's been fixed for a while here: https://github.com/grafana/grafana-openapi-client-go/blob/9ef69836127d783a63b2d0c61b2f8bf3de0c8e86/scripts/pull-schema.sh#L46-L49 I've also reflected the change in the tests
This commit is contained in:
@@ -4380,7 +4380,7 @@
|
||||
},
|
||||
"ValidationError": {
|
||||
"properties": {
|
||||
"msg": {
|
||||
"message": {
|
||||
"example": "error message",
|
||||
"type": "string"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user