Skip to content

Commit 0b71ed2

Browse files
authored
TST: Mark another test as using the network (#273)
cx.Place tries to geocode the search, which will try to reach out to OSM.
1 parent 76aa2c9 commit 0b71ed2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_cx.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -333,6 +333,7 @@ def test_custom_user_agent_override():
333333
assert not headers_used["user-agent"].startswith("contextily-")
334334

335335

336+
@pytest.mark.network
336337
def test_place_with_custom_headers():
337338
"""Test that Place class properly passes custom headers through to bounds2img."""
338339
# Create a mock image to return

0 commit comments

Comments
 (0)