Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunner committed Aug 31, 2022
1 parent ccfa6fb commit 3728040
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ def test_ogc_server_cache_clean(self):
content_type="application/vnd.ogc.wms_xml",
body=DFT.format(name2="police1"),
)
asyncio.run(theme._preload(set()))
asyncio.run(theme.preload(set()))
responses.reset()

layers, err = asyncio.run(theme._wms_getcap(ogc_server))
Expand Down

0 comments on commit 3728040

Please sign in to comment.