Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
liliankasem committed Oct 4, 2024
1 parent c88f298 commit beedcd1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/Azure.Functions.Cli.Tests/E2E/StartTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -794,6 +794,7 @@ await CliTester.Run(new RunConfiguration[]
SetUserSecrets(workingDir, userSecrets);
},
WaitForRunningHostState = true,
HostProcessPort = _funcHostPort,
Commands = new[]
{
$"start --functions http1 --{language} --port {_funcHostPort}",
Expand Down Expand Up @@ -946,6 +947,7 @@ await CliTester.Run(new RunConfiguration[]
SetUserSecrets(workingDir, userSecrets);
},
WaitForRunningHostState = true,
HostProcessPort = _funcHostPort,
Commands = new[]
{
$"start --functions http1 --csharp --port {_funcHostPort}",
Expand Down

0 comments on commit beedcd1

Please sign in to comment.