Fix default URL for map upload. Closes #190.

This commit is contained in:
Jack Kingsman
2026-04-16 11:39:17 -07:00
parent d1f657342a
commit 64502c4ca2
4 changed files with 13 additions and 12 deletions
+1 -1
View File
@@ -479,7 +479,7 @@ class TestLiveSend:
@pytest.mark.asyncio
async def test_live_send_defaults_to_map_url(self):
"""Empty api_url should default to the map.meshcore.dev endpoint."""
"""Empty api_url should default to the map.meshcore.io endpoint."""
mod = _make_module({"dry_run": False, "api_url": ""})
await mod.start()