feat(bd): V021 crea dbo.ChargeableCharConfig + SPs + índices (PRC-001)
This commit is contained in:
@@ -52,8 +52,9 @@ public class AuthControllerTests
|
||||
// V014 (ADM-009) adds 'administracion:fiscal:gestionar' → 24
|
||||
// V016 (CAT-001) adds 'catalogo:rubros:gestionar' → 25
|
||||
// V017 (PRD-001) adds 'catalogo:tipos:gestionar' → 26
|
||||
// V018 (PRD-002) adds 'catalogo:productos:gestionar' → 27 total
|
||||
Assert.Equal(27, permisos.GetArrayLength());
|
||||
// V018 (PRD-002) adds 'catalogo:productos:gestionar' → 27
|
||||
// V020 (PRC-001) adds 'tasacion:caracteres_especiales:gestionar' → 28 total
|
||||
Assert.Equal(28, permisos.GetArrayLength());
|
||||
}
|
||||
|
||||
// Scenario: invalid credentials return 401 with opaque error
|
||||
|
||||
@@ -142,8 +142,9 @@ public sealed class PermisosEndpointTests : IAsyncLifetime
|
||||
// V014 (ADM-009) adds 'administracion:fiscal:gestionar' → 24
|
||||
// V016 (CAT-001) adds 'catalogo:rubros:gestionar' → 25
|
||||
// V017 (PRD-001) adds 'catalogo:tipos:gestionar' → 26
|
||||
// V018 (PRD-002) adds 'catalogo:productos:gestionar' → 27 total
|
||||
Assert.Equal(27, list.GetArrayLength());
|
||||
// V018 (PRD-002) adds 'catalogo:productos:gestionar' → 27
|
||||
// V020 (PRC-001) adds 'tasacion:caracteres_especiales:gestionar' → 28 total
|
||||
Assert.Equal(28, list.GetArrayLength());
|
||||
}
|
||||
|
||||
[Fact]
|
||||
@@ -199,8 +200,9 @@ public sealed class PermisosEndpointTests : IAsyncLifetime
|
||||
// V014 (ADM-009) adds 'administracion:fiscal:gestionar' → 24
|
||||
// V016 (CAT-001) adds 'catalogo:rubros:gestionar' → 25
|
||||
// V017 (PRD-001) adds 'catalogo:tipos:gestionar' → 26
|
||||
// V018 (PRD-002) adds 'catalogo:productos:gestionar' → 27 total
|
||||
Assert.Equal(27, list.GetArrayLength());
|
||||
// V018 (PRD-002) adds 'catalogo:productos:gestionar' → 27
|
||||
// V020 (PRC-001) adds 'tasacion:caracteres_especiales:gestionar' → 28 total
|
||||
Assert.Equal(28, list.GetArrayLength());
|
||||
}
|
||||
|
||||
[Fact]
|
||||
|
||||
Reference in New Issue
Block a user