File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -94,9 +94,9 @@ 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' ] or root ['tileMatrixSets' ][1 ]['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' ] or root ['tileMatrixSets' ][1 ]['uri' ]
99+ in root ['tileMatrixSets' ][1 ]['uri' ] or root ['tileMatrixSets' ][1 ]['uri' ] # noqa
100100
101101 req = mock_api_request ({'f' : 'html' })
102102 rsp_headers , code , response = tilematrixsets (api_ , req )
You can’t perform that action at this time.
0 commit comments