Skip to content

Commit 2c01727

Browse files
committed
Fixing integration test reference and id test
1 parent c8b245d commit 2c01727

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

test/WebJobs.Script.Tests.Integration/Host/WebJobsScriptHostServiceTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ public void InitializationLogs_AreEmitted()
4343
"Information Host configuration file read",
4444
@"Information Generating ([0-9]+) job function\(s\)",
4545
"Host initialization: ConsecutiveErrors=0, StartupCount=1",
46-
@"Information Starting Host \(HostId=function-tests-node, InstanceId=(.*), Version=(.+), ProcessId=[0-9]+, AppDomainId=[0-9]+, Debug=False, FunctionsExtensionVersion=\)",
46+
@"Information Starting Host \(HostId=(.*), InstanceId=(.*), Version=(.+), ProcessId=[0-9]+, AppDomainId=[0-9]+, Debug=False, FunctionsExtensionVersion=\)",
4747
"Information Found the following functions:",
4848
"Information The next 5 occurrences of the schedule will be:",
4949
"Information Job host started",

test/WebJobs.Script.Tests.Integration/WebJobs.Script.Tests.Integration.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222

2323
<ItemGroup>
2424
<PackageReference Include="appinsights.testlogger" Version="1.0.0" />
25+
<PackageReference Include="Microsoft.AspNet.WebApi.Client" Version="5.2.6" />
2526
<PackageReference Include="Microsoft.AspNet.WebApi.Core" Version="5.2.6">
2627
<NoWarn>NU1701</NoWarn>
2728
</PackageReference>

0 commit comments

Comments
 (0)