Skip to content

Commit

Permalink
Change FixedResultPipe to EchoPipe to reflect changes to the framewor…
Browse files Browse the repository at this point in the history
…k language (#206)
  • Loading branch information
thomaspj10 committed Sep 4, 2024
1 parent 8712401 commit fe8a1fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/validConfig.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<ApiListener uriPattern="myurl" />
</Receiver>
<Pipeline firstPipe="myPipe">
<FixedResultPipe name="myPipe" returnString="Hello World!"></FixedResultPipe>
<EchoPipe name="myPipe" getInputFromFixedValue="Hello World!"></EchoPipe>
</Pipeline>
</Adapter>
</Configuration>
</Configuration>

0 comments on commit fe8a1fd

Please sign in to comment.