This commit is contained in:
2019-01-11 00:10:27 +00:00
parent 5a289da6df
commit 1cc76d680b
2 changed files with 4 additions and 2 deletions

View File

@@ -247,6 +247,8 @@ namespace raven_integration
public static void ValidateDataReturnResponseOk(ApiResponse a)
{
a.ObjectResponse.Should().NotBeNull("No response was found at all?! Nothing to validate");
var ErrorMessage = string.Empty;
var ERR = a.ObjectResponse["error"];
if (ERR != null)