This commit is contained in:
2026-03-02 13:18:30 -08:00
parent d248753984
commit 48f9f82c23
2 changed files with 7 additions and 3 deletions

View File

@@ -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);