diff --git a/test/E2ETests/E2ETests/Fixtures/FunctionAppFixture.cs b/test/E2ETests/E2ETests/Fixtures/FunctionAppFixture.cs index ef4cc1481..6674d0cad 100644 --- a/test/E2ETests/E2ETests/Fixtures/FunctionAppFixture.cs +++ b/test/E2ETests/E2ETests/Fixtures/FunctionAppFixture.cs @@ -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);