johnpoth commented on code in PR #3316:
URL: https://github.com/apache/camel-k/pull/3316#discussion_r885295041


##########
pkg/cmd/run_test.go:
##########
@@ -677,69 +677,3 @@ func TestMissingTrait(t *testing.T) {
        assert.Equal(t, "Error: bogus.fail=i-must-fail is not a valid trait 
property\n", output)
        assert.NotNil(t, err)
 }
-
-func TestGetsPaths(t *testing.T) {

Review Comment:
   Hi @tadayosi ! Thanks for reviewing! I removed it because it's no longer 
used. Now with the URI style options the extra ':' in windows doesn't create a 
special use case as the target path in the running container is specified by 
`?targetPath=<path>` and not `:path`



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to