This commit is contained in:
2019-05-16 23:21:12 +00:00
parent e9c83e0b26
commit 5d0cc97f32

View File

@@ -87,7 +87,9 @@ namespace raven_integration
//2002 in-valid expected
Util.ValidateErrorCodeResponse(a, 2200, 400);
Util.ShouldContainValidationError(a, "Name", "2201");
//This is a modelstate error so even though it would be a 2201 in other circumstances here it's a 2203
//Maybe a todo is to refine this a bit
Util.ShouldContainValidationError(a, "Name", "2203");
}