tests fixes
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user