This commit is contained in:
2026-02-26 07:56:10 -08:00
parent f323074602
commit f87ef70aae
7 changed files with 172 additions and 226 deletions

View File

@@ -386,7 +386,6 @@ 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);
}