Skip to content

Commit

Permalink
fix: Redirect all load test RSM-12 to another actor
Browse files Browse the repository at this point in the history
  • Loading branch information
MWO1024 committed Dec 17, 2024
1 parent 431e207 commit acc229e
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,9 @@ public async Task ProcessAsync(byte[] processInitializationData)
await _outgoingMessagesClient.EnqueueAndCommitAsync(
new MeteredDataForMeasurementPointMessageProcessDto(
EventId.From(Guid.NewGuid()),
new Actor(ActorNumber.Create("8100000000115"), ActorRole.EnergySupplier),
marketMessage.MessageId.Contains("perf_test")
? new Actor(ActorNumber.Create("579000282425"), ActorRole.EnergySupplier)
: new Actor(ActorNumber.Create("8100000000115"), ActorRole.EnergySupplier),
BusinessReason.FromCode(marketMessage.BusinessReason),
MessageId.Create(marketMessage.MessageId),
new MeteredDataForMeasurementPointMessageSeriesDto(
Expand Down

0 comments on commit acc229e

Please sign in to comment.