Skip to content

Commit

Permalink
Update unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
pblottiere committed Jul 9, 2020
1 parent e7ea389 commit ce9e1ff
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/testdata/qgis_server/api/test_wfs3_api_project.json
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ Content-Type: application/vnd.oai.openapi+json;version=3.0
},
"sortby": {
"description": "Sort results by the specified field name",
"in": "path",
"in": "query",
"name": "sortby",
"required": false,
"schema": {
Expand All @@ -144,11 +144,11 @@ Content-Type: application/vnd.oai.openapi+json;version=3.0
},
"sortdesc": {
"description": "Sort results in descending order, field name must be specified with 'sortby' parameter",
"in": "path",
"in": "query",
"name": "sortdesc",
"required": false,
"schema": {
"type": "bool"
"type": "boolean"
}
}
},
Expand Down Expand Up @@ -2077,4 +2077,4 @@ Content-Type: application/vnd.oai.openapi+json;version=3.0
"name": "Features"
}
]
}
}

0 comments on commit ce9e1ff

Please sign in to comment.