mirror of
https://github.com/jkingsman/Remote-Terminal-for-MeshCore.git
synced 2026-08-07 09:13:04 +02:00
Allow map uploader to follow redirects. Closes #123.
This commit is contained in:
@@ -64,6 +64,7 @@ class TestMapUploadLifecycle:
|
||||
mod = _make_module()
|
||||
await mod.start()
|
||||
assert mod._client is not None
|
||||
assert mod._client.follow_redirects is True
|
||||
assert mod.status == "connected"
|
||||
await mod.stop()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user