test: remove unnecessary args

This commit is contained in:
Roman 2025-01-08 14:22:36 +08:00
parent 8cd73c5b41
commit 24e5fbc029
No known key found for this signature in database
GPG Key ID: B8FE070B54E11B75

View File

@ -60,11 +60,7 @@ class NomosNode:
for i, port in enumerate(self._internal_ports):
self._port_map[port] = int(self._external_ports[i])
default_args = {
"listen-address": "0.0.0.0",
"log-level": "info",
"nat": f"extip:{self._ext_ip}",
}
default_args = {}
logger.debug(f"Using volumes {self._volumes}")