We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76aa2c9 commit 0b71ed2Copy full SHA for 0b71ed2
tests/test_cx.py
@@ -333,6 +333,7 @@ def test_custom_user_agent_override():
333
assert not headers_used["user-agent"].startswith("contextily-")
334
335
336
+@pytest.mark.network
337
def test_place_with_custom_headers():
338
"""Test that Place class properly passes custom headers through to bounds2img."""
339
# Create a mock image to return
0 commit comments