Skip to content

Commit

Permalink
FIX typos in ftest
Browse files Browse the repository at this point in the history
  • Loading branch information
fgalan committed Jun 5, 2024
1 parent 58f549a commit 759502d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ accumulatorStart --pretty-print
# 01. Create custom sub with several attributes with transformations
# 02. Create entity E1
# 03. Update entity E1
# 05. Dump accumulator and see two expected transformations
# 05. Dump accumulator and see two expected notifications
#


Expand Down Expand Up @@ -72,7 +72,6 @@ orionCurl --url /v2/subscriptions --payload "$payload"
echo
echo

#"value": "${{count:count.count+1,sum:count.sum+speed|split('\'' '\'')[0]|parseInt}}",

echo "02. Create entity E1"
echo "===================="
Expand Down Expand Up @@ -114,8 +113,8 @@ echo
echo


echo "05. Dump accumulator and see two expected transformations"
echo "========================================================="
echo "05. Dump accumulator and see two expected notifications"
echo "======================================================="
accumulatorDump
echo
echo
Expand Down Expand Up @@ -150,8 +149,8 @@ Fiware-Correlator: REGEX([0-9a-f\-]{36})



05. Dump accumulator and see two expected transformations
=========================================================
05. Dump accumulator and see two expected notifications
=======================================================
POST http://127.0.0.1:REGEX(\d+)/notify
Fiware-Servicepath: /
Content-Length: 187
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ orionCurl --url /v2/subscriptions --payload "$payload"
echo
echo

#"value": "${{count:count.count+1,sum:count.sum+speed|split('\'' '\'')[0]|parseInt}}",

echo "02. Create entity E1"
echo "===================="
Expand Down

0 comments on commit 759502d

Please sign in to comment.