4648
This commit is contained in:
@@ -95,19 +95,6 @@ namespace raven_integration
|
||||
a.ObjectResponse["error"]["details"][0]["target"].Value<string>().Should().Be("generalerror");
|
||||
a.ObjectResponse["error"]["details"][0]["error"].Value<string>().Should().Be("2208");//referential integrity error
|
||||
}
|
||||
// {{
|
||||
// "error": {
|
||||
// "code": "2200",
|
||||
// "details": [
|
||||
// {
|
||||
// "message": "Memo",
|
||||
// "target": "generalerror",
|
||||
// "error": "2208"
|
||||
// }
|
||||
// ],
|
||||
// "message": "ErrorAPI2200"
|
||||
// }
|
||||
// }}
|
||||
|
||||
/// <summary>
|
||||
/// Test not found
|
||||
|
||||
Reference in New Issue
Block a user