Skip to content

Commit

Permalink
Fix #1367: fix timer period in remote test using camel 3.2 syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolaferraro committed May 5, 2020
1 parent 6a595c6 commit cdbb25c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/common/dev_mode_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit cdbb25c

Please sign in to comment.