Fix tests

This commit is contained in:
nicolas.dorier 2019-11-07 18:36:45 +09:00
parent 3ff9cc85ef
commit ff8de47e69
No known key found for this signature in database
GPG Key ID: 6618763EF09186FE

View File

@ -237,6 +237,7 @@ namespace BTCPayServer
{
parsedModel.Severity = StatusMessageModel.StatusSeverity.Error;
}
return parsedModel;
}
else if (model != null && model is string str)
{