Skip to content

Commit 1e5a9d5

Browse files
tests update
1 parent 0d4e63b commit 1e5a9d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mnestix-proxy.Tests/TestMockService/DownstreamService.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ private void StartServer()
2828
{
2929
var path = context.Request.Path.Value?.ToLowerInvariant();
3030

31-
if (path != null && path.StartsWith("/test-endpoint"))
31+
if (path != null && path.StartsWith("/api/test-endpoint"))
3232
{
3333
context.Response.StatusCode = 200;
3434
await context.Response.WriteAsync("Mnestix Api called!");

0 commit comments

Comments
 (0)