File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -94,10 +94,10 @@ def test_tilematrixsets(config, api_):
9494 assert 'tileMatrixSets' in root
9595 assert len (root ['tileMatrixSets' ]) == 2
9696 assert 'http://www.opengis.net/def/tilematrixset/OGC/1.0/WorldCRS84Quad' \
97- in root ['tileMatrixSets' ][0 ]['uri' ]
97+ in root ['tileMatrixSets' ][0 ]['uri' ] or root [ 'tileMatrixSets' ][ 1 ][ 'uri' ] # noqa
9898 assert 'http://www.opengis.net/def/tilematrixset/OGC/1.0/WebMercatorQuad' \
99- in root ['tileMatrixSets' ][1 ]['uri' ]
100-
99+ in root ['tileMatrixSets' ][0 ][ 'uri' ] or root [ 'tileMatrixSets' ][ 1 ]['uri' ] # noqa
100+
101101 req = mock_api_request ({'f' : 'html' })
102102 rsp_headers , code , response = tilematrixsets (api_ , req )
103103 assert rsp_headers ['Content-Type' ] == FORMAT_TYPES [F_HTML ]
You can’t perform that action at this time.
0 commit comments