Skip to content

Commit

Permalink
fix(tests): fix bad call on gw_fct_setarcdivide test
Browse files Browse the repository at this point in the history
  • Loading branch information
danimarinBG committed Aug 22, 2024
1 parent 1aa8148 commit 12aed73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/plsql/ws/test_gw_fct_setarcdivide.sql
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ UPDATE node SET the_geom = ST_GeomFromText('POINT(419189.81153329264 4576779.512
-- Extract and test the "status" field from the function's JSON response
SELECT is (
(gw_fct_setarcdivide($${"client":{"device":4, "lang":"es_ES", "infoType":1, "epsg":25831}, "form":{},
"feature":{"id":["114474"]}, "data":{"filterFields":{}, "pageInfo":{}}}$$)::JSON)->>'status',
"feature":{"id":["-903"]}, "data":{"filterFields":{}, "pageInfo":{}}}$$)::JSON)->>'status',
'Accepted',
'Check if gw_fct_setarcdivide returns status "Accepted"'
);
Expand Down

0 comments on commit 12aed73

Please sign in to comment.