We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6481caa commit da6ec73Copy full SHA for da6ec73
LogicAppUnit.Samples.LogicApps.Tests/PrivateChunkingWorkflow/PrivateChunkingWorkflow.cs
@@ -56,7 +56,7 @@ public void ChunkedTransferWorkflow_Success()
56
.RespondWith(
57
MockResponseBuilder.Create()
58
.WithSuccess()
59
- .WithHeader("Location", $"{MockTestWorkflowHostUri}/api/v1.1/{chunkEndpoint}")
+ .WithHeader("Location", $"http://{Environment.MachineName}:7075/api/v1.1/{chunkEndpoint}")
60
.WithHeader("x-ms-chunk-size", chunkSizeInBytes.ToString()));
61
62
testRunner.AddApiMocks = (request) =>
0 commit comments