mirror of
https://gitlab.com/veilid/veilid.git
synced 2025-05-05 08:05:09 -04:00
clean up error, make python tests more reliable
This commit is contained in:
parent
bdee12bbf5
commit
48ab34f577
2 changed files with 10 additions and 1 deletions
|
@ -105,7 +105,9 @@ async def test_routing_context_app_call_loopback():
|
|||
await api.debug("purge routes")
|
||||
|
||||
# make a routing context that uses a safety route
|
||||
rc = await (await api.new_routing_context()).with_privacy()
|
||||
rc = await (await (await api.new_routing_context()).with_privacy()).with_sequencing(
|
||||
veilid.Sequencing.ENSURE_ORDERED
|
||||
)
|
||||
async with rc:
|
||||
# make a new local private route
|
||||
prl, blob = await api.new_private_route()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue