chore(adm-009): actualizar Respawner TablesToIgnore + conteos de permisos en tests existentes

This commit is contained in:
2026-04-17 17:41:30 -03:00
parent f4bd84c3f1
commit c6c4eda269
8 changed files with 38 additions and 6 deletions

View File

@@ -45,6 +45,11 @@ public class SeccionRepositoryTests : IAsyncLifetime
new Respawn.Graph.Table("dbo", "Medio_History"),
new Respawn.Graph.Table("dbo", "Seccion_History"),
new Respawn.Graph.Table("dbo", "PuntoDeVenta_History"),
// ADM-009 (V014): TipoDeIva + IngresosBrutos son temporales.
new Respawn.Graph.Table("dbo", "TipoDeIva_History"),
new Respawn.Graph.Table("dbo", "IngresosBrutos_History"),
new Respawn.Graph.Table("dbo", "TipoDeIva"),
new Respawn.Graph.Table("dbo", "IngresosBrutos"),
]
});