* Start a wip alignment * Adding CRS to tile_matrix_set_links * Refactor json structure tiles endpoint * Link section in tileset * Unit test Co-authored-by: Francesco Bartoli <francesco.bartoli@geobeyond.it>
This commit is contained in:
committed by
GitHub
parent
f34d94e2eb
commit
514b7b9e08
+2
-1
@@ -1125,7 +1125,8 @@ def test_get_collection_tiles(config, api_):
|
||||
req, 'naturalearth/lakes')
|
||||
assert rsp_headers['Content-Language'] == 'en-US'
|
||||
content = json.loads(response)
|
||||
assert content['description'] == 'lakes of the world, public domain'
|
||||
assert len(content['links']) > 0
|
||||
assert len(content['tilesets']) > 0
|
||||
|
||||
|
||||
def test_describe_processes(config, api_):
|
||||
|
||||
Reference in New Issue
Block a user