Skip to content
This repository was archived by the owner on Feb 23, 2021. It is now read-only.

Commit cec6dbd

Browse files
authored
Fix test (#272)
1 parent fd9d19c commit cec6dbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Entropy.FunctionalTests/MvcTests/JsonPatchSampleTest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ public async Task JsonPatch_InvalidData__FormatterErrorInModelState_Failure()
275275

276276
// Assert
277277
var body = await response.Content.ReadAsStringAsync();
278-
Assert.Equal("{\"\":[\"The input was not valid.\"]}", body);
278+
Assert.Equal("{\"\":[\"The JSON patch document was malformed and could not be parsed.\"]}", body);
279279
}
280280

281281
[Fact]

0 commit comments

Comments
 (0)