This is an automated email from the ASF dual-hosted git repository. nferraro pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel-k.git
commit cdbb25cca61e9df62e8442c310afe4f4f029561c Author: Nicola Ferraro <[email protected]> AuthorDate: Tue May 5 16:05:04 2020 +0200 Fix #1367: fix timer period in remote test using camel 3.2 syntax --- e2e/common/dev_mode_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e2e/common/dev_mode_test.go b/e2e/common/dev_mode_test.go index 36bad8d..252a96b 100644 --- a/e2e/common/dev_mode_test.go +++ b/e2e/common/dev_mode_test.go @@ -68,7 +68,7 @@ func TestRunDevMode(t *testing.T) { defer pipew.Close() defer piper.Close() - remoteFile := "https://github.com/apache/camel-k/raw/e80eb5353cbccf47c89a9f0a1c68ffbe3d0f1521/e2e/files/yaml.yaml" + remoteFile := "https://raw.githubusercontent.com/apache/camel-k/b29333f0a878d5d09fb3965be8fe586d77dd95d0/e2e/common/files/yaml.yaml" kamelRun := KamelWithContext(ctx, "run", "-n", ns, remoteFile, "--dev") kamelRun.SetOut(pipew)
