We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a118f1a commit dfc8f38Copy full SHA for dfc8f38
pkg/dlx/handler_test.go
@@ -44,7 +44,6 @@ func (suite *HandlerTestSuite) SetupTest() {
44
resourceReadinessTimeout: 3 * time.Second,
45
}
46
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
48
"/test/path/test/path": {},
49
"/test/path/to/multiple/test/path/to/multiple": {},
50
0 commit comments