Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dlidstrom committed Nov 29, 2021
1 parent 04844a5 commit 310fe4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Snittlistan.Web/Areas/V2/Controllers/Api/TaskController.cs
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ public async Task<IHttpActionResult> Post(TaskRequest request)
IMessageContext messageContext = (IMessageContext)Activator.CreateInstance(
typeof(MessageContext<>).MakeGenericType(taskObject.GetType()),
taskObject,
tenant.TenantId,
tenant,
correlationId,
messageId,
MsmqTransaction);
Expand Down

0 comments on commit 310fe4b

Please sign in to comment.