Skip to content

Commit 692c4a5

Browse files
committed
Add missing endpoint to Porfiles collecotr
1 parent 92e5cba commit 692c4a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/IntegrationTests/Helpers/MockProfilesCollector.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ private MockProfilesCollector(ITestOutputHelper output, string host)
3131
#if NETFRAMEWORK
3232
_listener = new(output, HandleHttpRequests, host, "/v1development/profiles/");
3333
#else
34-
_listener = new(output, nameof(MockProfilesCollector), new PathHandler(HandleHttpRequests, "/v1development/profiles"));
34+
_listener = new(output, nameof(MockProfilesCollector), new PathHandler(HandleHttpRequests, "/v1development/profiles"), MockCollectorHealthZ.CreateHealthZHandler());
3535
#endif
3636
}
3737

0 commit comments

Comments
 (0)