Skip to content

Commit

Permalink
Linux test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kshyju authored and fabiocav committed Nov 9, 2023
1 parent 95d3b05 commit 15f520f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/E2ETests/E2ETests/Fixtures/FunctionAppFixture.cs
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ public async Task InitializeAsync()
_funcProcess.StartInfo.ArgumentList.Add("PocoAfterRouteParameters");
_funcProcess.StartInfo.ArgumentList.Add("ExceptionFunction");
_funcProcess.StartInfo.ArgumentList.Add("PocoWithoutBindingSource");
_funcProcess.StartInfo.ArgumentList.Add("HelloPascal");
_funcProcess.StartInfo.ArgumentList.Add("HelloAllCaps");
}

await CosmosDBHelpers.TryCreateDocumentCollectionsAsync(_logger);
Expand Down

0 comments on commit 15f520f

Please sign in to comment.