mirror of
https://github.com/matrix-org/pantalaimon.git
synced 2025-08-08 22:42:21 -04:00
tests: Don't use keyring during tests
Many systems don't have a keyring configured for DBus by default, which requires extra setup in order to run the proxy tests successfully.
This commit is contained in:
parent
d425e2d188
commit
c13bd1329b
1 changed files with 1 additions and 1 deletions
|
@ -116,7 +116,7 @@ async def pan_proxy_server(tempdir, aiohttp_server):
|
||||||
|
|
||||||
server_name = faker.hostname()
|
server_name = faker.hostname()
|
||||||
|
|
||||||
config = ServerConfig(server_name, urlparse("https://example.org"))
|
config = ServerConfig(server_name, urlparse("https://example.org"), keyring=False)
|
||||||
|
|
||||||
pan_queue = janus.Queue()
|
pan_queue = janus.Queue()
|
||||||
ui_queue = janus.Queue()
|
ui_queue = janus.Queue()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue