This commit is contained in:
2026-02-24 14:00:14 -08:00
parent 29fbb42d79
commit 1ab81e92ee

View File

@@ -88,7 +88,7 @@ namespace raven_integration
pickList[0]["id"].Value<long>().Should().Be(ExpectedObjectId);
//DELETE TEST CUSTOMER NO LONGER NEEDED
a = await Util.DeleteAsync("User/" + ExpectedObjectId.ToString(), await Util.GetTokenAsync("superuser", "l3tm3in"));
a = await Util.DeleteAsync("Customer/" + ExpectedObjectId.ToString(), await Util.GetTokenAsync("superuser", "l3tm3in"));
Util.ValidateHTTPStatusCode(a, 204);
// RESET TEMPLATE TO DEFAULT