Skip to content

Commit

Permalink
FIX sligth modification in payload in step 04 in update jexl_basic_at…
Browse files Browse the repository at this point in the history
…trs_in_update.test
  • Loading branch information
fgalan authored Oct 2, 2024
1 parent f89231b commit edb4ce0
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -108,11 +108,11 @@ echo "04. Update entity E1 with A=2.1 and B=-3.8"
echo "=========================================="
payload='{
"A": {
"value": 2.1,
"value":2.1,
"type": "Number"
},
"B": {
"value": -3.8,
"value":-3.8,
"type": "Number"
}
}'
Expand Down

0 comments on commit edb4ce0

Please sign in to comment.