Skip to content

Commit

Permalink
Tests e2e cypress: Fixing WFS request to QGIS Server with FORCE_QGIS …
Browse files Browse the repository at this point in the history
…parameter
  • Loading branch information
rldhont committed Jan 15, 2025
1 parent 83464fb commit 62fd944
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/end2end/cypress/integration/requests-wfs-ghaction.js
Original file line number Diff line number Diff line change
Expand Up @@ -1018,6 +1018,7 @@ describe('Request service', function () {
'FEATUREID': 'selection_polygon.1',
'BBOX': '160786,900949,186133,925344',
'OUTPUTFORMAT': 'GeoJSON',
'FORCE_QGIS': '1',
},
}).then((resp) => {
expect(resp.status).to.eq(200)
Expand Down

0 comments on commit 62fd944

Please sign in to comment.