Skip to content

Commit dfc8f38

Browse files
committed
CR comment - keep the parseURl as is
1 parent a118f1a commit dfc8f38

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pkg/dlx/handler_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ func (suite *HandlerTestSuite) SetupTest() {
4444
resourceReadinessTimeout: 3 * time.Second,
4545
}
4646
allowedPaths := map[string]struct{}{
47-
// TODO - To fix this test for a valid path (i.e.- '/test/path'), the path suffix needs to be removed from h.parseTargetURL
4847
"/test/path/test/path": {},
4948
"/test/path/to/multiple/test/path/to/multiple": {},
5049
}

0 commit comments

Comments
 (0)