Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix test for json landing page
  • Loading branch information
pblottiere committed Mar 11, 2020
1 parent 438cedf commit 2a6e007
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/testdata/qgis_server/api/test_wfs3_landing_page.json
Expand Up @@ -27,11 +27,11 @@ Content-Type: application/json
"type": "application/json"
},
{
"href": "http://server.qgis.org/wfs3/api",
"href": "http://server.qgis.org/wfs3/api.json",
"rel": "service-desc",
"title": "API description",
"type": "application/openapi+json;version=3.0"
"type": "application/vnd.oai.openapi+json;version=3.0"
}
],
"timeStamp": "2019-07-05T12:27:07Z"
}
}

0 comments on commit 2a6e007

Please sign in to comment.