4648
This commit is contained in:
@@ -99,6 +99,8 @@ namespace raven_integration
|
||||
long woId = a.ObjectResponse["data"]["id"].Value<long>();
|
||||
|
||||
// Attempt to delete the customer — should be blocked by referential integrity
|
||||
//bugbug: this is returning a 500 due to a bug at the server end
|
||||
//case 4653, holding off fixing until ready for refactor.
|
||||
a = await Util.DeleteAsync($"customer/{customerId}", token);
|
||||
Util.ValidateViolatesReferentialIntegrityError(a);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user