We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28e4fe0 commit 5c2ef0fCopy full SHA for 5c2ef0f
test/integration.feature
@@ -1,6 +1,6 @@
1
Feature: integration print the correct messages
2
3
Scenario:
4
- Given integration basic is running
5
- Then integration basic should print Information stored
+ Given integration transformations is running
+ Then integration transformations should print Information stored
6
test/yaks-config.yaml
@@ -5,4 +5,4 @@ pre:
- name: integrations
run: |
7
kamel install -w -n ${YAKS_NAMESPACE}
8
- kamel run ../Basic.java -n ${YAKS_NAMESPACE}
+ kamel run ../Transformations.java -n ${YAKS_NAMESPACE}
0 commit comments