tests fixes

This commit is contained in:
master
2026-01-27 08:23:42 +02:00
parent c305d05d32
commit 82caceba56
58 changed files with 651 additions and 312 deletions

View File

@@ -449,6 +449,8 @@ public sealed class ExceptionObjectRepositoryTests : IAsyncLifetime
#region Test Helpers
private static readonly Guid TestTenantId = Guid.Parse("11111111-1111-1111-1111-111111111111");
private static ExceptionObject CreateException(
string exceptionId,
ExceptionStatus status = ExceptionStatus.Proposed,
@@ -469,7 +471,8 @@ public sealed class ExceptionObjectRepositoryTests : IAsyncLifetime
Scope = new ExceptionScope
{
VulnerabilityId = vulnerabilityId,
Environments = environments ?? []
Environments = environments ?? [],
TenantId = TestTenantId
},
OwnerId = "owner@example.com",
RequesterId = "requester@example.com",