Skip to content

Commit e0c7789

Browse files
committed
remove comment
1 parent d434f9a commit e0c7789

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tools/LambdaTestTool-v2/tests/Amazon.Lambda.TestTool.UnitTests/HttpContextExtensionsTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ public HttpContextExtensionsTests()
2222
LambdaResourceName = "TestLambdaFunction",
2323
Endpoint = $"{method} {path}",
2424
HttpMethod = method,
25-
Path = "/api/users/{userId}/orders" // This is now the resource
25+
Path = "/api/users/{userId}/orders"
2626
});
2727
_mockRouteConfigParser.Setup(x => x.ExtractPathParameters(It.IsAny<ApiGatewayRouteConfig>(), It.IsAny<string>()))
2828
.Returns(new Dictionary<string, string> { { "userId", "123" } });

0 commit comments

Comments
 (0)