feat: PRD-001 ProductType (flags + multimedia) #38

Merged
dmolinari merged 10 commits from feature/PRD-001 into main 2026-04-19 15:18:53 +00:00
Showing only changes of commit d6ec618ff2 - Show all commits

View File

@@ -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()
{ {