Skip to content

Commit

Permalink
Fixed failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
mudiagaobrikisil committed Dec 11, 2024
1 parent 8c227a4 commit ff00cb5
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -285,11 +285,7 @@ ServerCallContext context

await _builds.UpdateAsync(
b => b.Id == request.BuildId,
u =>
{
foreach (KeyValuePair<string, string> entry in request.ExecutionData)
u.Set(b => b.ExecutionData[entry.Key], entry.Value);
},
u => u.Set(b => b.ExecutionData, updatedExecutionData),
cancellationToken: context.CancellationToken
);

Expand Down

0 comments on commit ff00cb5

Please sign in to comment.