This commit is contained in:
2020-05-13 21:58:15 +00:00
parent 743a9ebd78
commit 408663b567
4 changed files with 13 additions and 16 deletions

View File

@@ -382,7 +382,7 @@ namespace raven_integration
{
((int)a.HttpResponse.StatusCode).Should().Be(409);
a.ObjectResponse["error"].Should().NotBeNull("There should be an error on the api call");
a.ObjectResponse["error"]["code"].Value<int>().Should().Be(2005);
//a.ObjectResponse["error"]["code"].Value<int>().Should().Be(2005);
}