Skip to content

Commit

Permalink
fix(#14): Support generated test names with optional academic degree
Browse files Browse the repository at this point in the history
  • Loading branch information
christophd committed Sep 5, 2023
1 parent db24748 commit 5905fdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jms-sink/test/jms-sink.feature
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Feature: JMS sink
| type | org.apache.activemq.artemis.jms.client.ActiveMQConnectionFactory |
| brokerUrl | ${messaging.broker.url} |
Given JMS destination: ${jms.destinationName}
Then expect JMS message with body: @matches('[^\\s]+ [^\\s]+ lives on [0-9]+ .+')@
Then expect JMS message with body: @matches('[^\\s]*[\\s]*[^\\s]+ [^\\s]+ lives on [0-9]+ .+')@
Scenario: Remove Camel-K resources
Given delete Camel K integration jms-sink-example

0 comments on commit 5905fdd

Please sign in to comment.