Skip to content

Commit b15033f

Browse files
committed
Update test
1 parent e85a5b0 commit b15033f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/WebJobs.Script.Tests/Workers/DefaultWorkerProcessFactoryTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ public void DefaultWorkerProcessFactory_Returns_ExpectedProcess(WorkerContext wo
8282
}
8383
if (workerContext is RpcWorkerContext)
8484
{
85-
Assert.Equal(" httpvalue1 TestVal httpvalue2 --host localhost --port 80 --workerId testWorkerId --requestId testId --grpcMaxMessageLength 2147483647 --functions-uri http://localhost:80 --functions-workerid testWorkerId --functions-requestid testId --functions-grpcmaxmessagelength 2147483647", childProcess.StartInfo.Arguments);
85+
Assert.Equal(" httpvalue1 TestVal httpvalue2 --host localhost --port 80 --workerId testWorkerId --requestId testId --grpcMaxMessageLength 2147483647 --functions-uri http://localhost/ --functions-worker-id testWorkerId --functions-request-id testId --functions-grpc-max-message-length 2147483647", childProcess.StartInfo.Arguments);
8686
}
8787
else
8888
{

0 commit comments

Comments
 (0)