The 3 Use-Cases of the ordercloud_error_should_be_forwarded test are failing;
[TestCase(false, 401)]
[TestCase(false, 403)]
[TestCase(false, 500)]
Exception:
Flurl.Http.FlurlParsingException : Response could not be deserialized to JSON: GET http://localhost/demo/shop
----> Newtonsoft.Json.JsonSerializationException : Error converting value "hello shopper!" to type 'OrderCloud.Catalyst.ErrorList'. Path '', line 1, position 16.
----> System.ArgumentException : Could not cast or convert from System.String to OrderCloud.Catalyst.ErrorList.
The 3 Use-Cases of the
ordercloud_error_should_be_forwarded
test are failing;Exception: