4648
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user