Errors: Update errutil to be compatible with k8s errors (#87605)
This commit is contained in:
@@ -144,7 +144,8 @@ func TestIntegrationSimpleQuery(t *testing.T) {
|
||||
"metadata": {},
|
||||
"status": "Failure",
|
||||
"message": "did not execute expression [Y] due to a failure to of the dependent expression or query [X]",
|
||||
"reason": "Bad request",
|
||||
"reason": "BadRequest",
|
||||
"details": { "uid": "sse.dependencyError" },
|
||||
"code": 400
|
||||
}`, string(body))
|
||||
// require.JSONEq(t, `{
|
||||
|
||||
Reference in New Issue
Block a user