Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions tests/test_cx.py
Original file line number Diff line number Diff line change
Expand Up @@ -333,6 +333,7 @@ def test_custom_user_agent_override():
assert not headers_used["user-agent"].startswith("contextily-")


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