Closed MassimoC closed 5 years ago
Why not
new HttpRequestMessage(HttpMethod.Delete, ...);
_Originally posted by @fgheysels
on tests/Codit.IntegrationTest/CustomizationTest.cs
var request = new HttpRequestMessage(new HttpMethod("DELETE"), $"/codito/v1/customization/{id}");
Why not
_Originally posted by @fgheysels