Skip to content
This repository has been archived by the owner on Jun 4, 2021. It is now read-only.

Commit

Permalink
CAMEL-14575, time pattern dropped in Camel 3.2 (#1324)
Browse files Browse the repository at this point in the history
  • Loading branch information
maschmid authored Jun 19, 2020
1 parent cb88807 commit ee389d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/camel_source_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ func TestCamelSource(t *testing.T) {
Source: v1alpha1.CamelSourceOriginSpec{
Flow: &v1alpha1.Flow{
"from": &map[string]interface{}{
"uri": "timer:tick?period=1s",
"uri": "timer:tick?period=1000",
"steps": []interface{}{
&map[string]interface{}{
"set-body": &map[string]interface{}{
Expand Down

0 comments on commit ee389d0

Please sign in to comment.