mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-01-11 02:13:07 +00:00
fix: use extend instead of append for the volumes list
This commit is contained in:
parent
a9080f9636
commit
59d2252ffc
@ -78,7 +78,7 @@ class WakuNode:
|
||||
default_args[key] = value
|
||||
|
||||
if len(default_args["rln-creds"]) == 4:
|
||||
self._volumes.append(["./rln_tree:/etc/rln_tree/:Z", "./keystore/keystore.json:/keystore/keystore.json/:Z"])
|
||||
self._volumes.extend(["./rln_tree:/etc/rln_tree/:Z", "./keystore/keystore.json:/keystore/keystore.json/:Z"])
|
||||
rln_opts = {}
|
||||
if self.is_gowaku():
|
||||
rln_opts = {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user