feat: PRD-001 ProductType (flags + multimedia) #38
@@ -227,6 +227,10 @@ public sealed class ProductTypesControllerTests : IAsyncLifetime
|
|||||||
|
|
||||||
// ── DELETE /api/v1/admin/product-types/{id} ───────────────────────────────
|
// ── DELETE /api/v1/admin/product-types/{id} ───────────────────────────────
|
||||||
|
|
||||||
|
// TODO PRD-002: agregar e2e test para DELETE → 409 cuando IProductQueryRepository.IsInUseAsync retorna true.
|
||||||
|
// Bloqueado por W1 (RSA singleton sealed en TestWebApplicationFactory). Ref issue #36.
|
||||||
|
// Coverage compositional actual: DeactivateProductTypeCommandHandlerTests (unit) + ExceptionFilterTests (unit → 409).
|
||||||
|
|
||||||
[Fact]
|
[Fact]
|
||||||
public async Task Deactivate_NotFound_Returns404()
|
public async Task Deactivate_NotFound_Returns404()
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user