fix tests. new product advisories enhancements
This commit is contained in:
@@ -191,7 +191,7 @@ public static class GreyQueueEndpoints
|
||||
await notificationPublisher.PublishAsync(new EscalationNotification
|
||||
{
|
||||
EntryId = id,
|
||||
BomRef = entry.BomRef,
|
||||
BomRef = entry.BomRef ?? string.Empty,
|
||||
Reason = request.Reason,
|
||||
EscalatedAt = DateTimeOffset.UtcNow
|
||||
}, ct);
|
||||
|
||||
Reference in New Issue
Block a user