mirror of
https://github.com/jkingsman/Remote-Terminal-for-MeshCore.git
synced 2026-08-07 17:23:05 +02:00
Fix default URL for map upload. Closes #190.
This commit is contained in:
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user