mirror of
https://github.com/yzernik/squeaknode.git
synced 2026-08-13 12:33:25 +02:00
Ignore get_stub method of lnd client in code coverage (#1611)
This commit is contained in:
parent
47a68505b7
commit
661c85bd70
1 changed files with 1 additions and 1 deletions
|
|
@ -62,7 +62,7 @@ class LNDLightningClient:
|
|||
def init(self):
|
||||
self.stub = self._get_stub()
|
||||
|
||||
def _get_stub(self):
|
||||
def _get_stub(self): # pragma: no cover
|
||||
url = "{}:{}".format(self.host, self.port)
|
||||
|
||||
# Lnd cert is at ~/.lnd/tls.cert on Linux and
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue