Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FIX typos in ftest #4575

Merged
merged 1 commit into from
Jun 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading