inicio de correcciones adt02
This commit is contained in:
@@ -21,7 +21,8 @@ public class AuditServiceIntegrationTests
|
||||
{
|
||||
IntegrationDb.Database.DropCollectionAsync("audit_records");
|
||||
//_repository = new AuditRecordRepository(IntegrationDb.Database);
|
||||
_service = new AuditService(IntegrationDb.Database);
|
||||
//_service = new AuditService(IntegrationDb.Database);
|
||||
_service = new AuditService(IntegrationDbReal.Database);
|
||||
}
|
||||
|
||||
[Test]
|
||||
@@ -118,6 +119,7 @@ public class AuditServiceIntegrationTests
|
||||
auditLogData.UserIpAddress = "127.0.0.1";
|
||||
|
||||
// Act - Llamar a DetectChangesAsync para que identifique cambios
|
||||
//await _service.CreateAuditLogAsync(auditLogData);
|
||||
await _service.CreateAuditLogAsync(auditLogData);
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user