Errors: Update errutil to be compatible with k8s errors (#87605)

This commit is contained in:
Ryan McKinley
2024-05-20 18:11:37 +03:00
committed by GitHub
parent 60e7a4e746
commit 6d10797812
6 changed files with 57 additions and 69 deletions
+2 -1
View File
@@ -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, `{