Skip to content

Commit

Permalink
Fixed test
Browse files Browse the repository at this point in the history
  • Loading branch information
SzymonPobiega committed Dec 19, 2018
1 parent c6272c8 commit c97a491
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ public Task Invoke(IDispatchContext context, Func<IDispatchContext, Task> next)
foreach (var operation in context.Operations)
{
operation.Message.Headers[Headers.CorrelationId]
= operation.Message.Headers[Headers.CorrelationId].Replace("|iface|4|Left", "");
= operation.Message.Headers[Headers.CorrelationId].Replace("iface|4|Left|", "");
}

return next(context);
Expand Down

0 comments on commit c97a491

Please sign in to comment.