Skip to content

Commit 2016eea

Browse files
committed
fix path for netfx
1 parent 66531e1 commit 2016eea

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
@@ -28,7 +28,7 @@ public MockProfilesCollector(ITestOutputHelper output, string host = "localhost"
2828
{
2929
_output = output;
3030
#if NETFRAMEWORK
31-
_listener = new(output, HandleHttpRequests, host, "/v1/metrics/");
31+
_listener = new(output, HandleHttpRequests, host, "/v1development/profiles");
3232
#else
3333
_listener = new(output, nameof(MockProfilesCollector), new PathHandler(HandleHttpRequests, "/v1development/profiles"));
3434
#endif

0 commit comments

Comments
 (0)