mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-01-19 11:16:24 +00:00
fix webish unit tests by making node.url file optional
This commit is contained in:
parent
464637605e
commit
3a7c688270
@ -1372,7 +1372,7 @@ class LocalAccess:
|
|||||||
class WebishServer(service.MultiService):
|
class WebishServer(service.MultiService):
|
||||||
name = "webish"
|
name = "webish"
|
||||||
|
|
||||||
def __init__(self, webport, nodeurl_path):
|
def __init__(self, webport, nodeurl_path=None):
|
||||||
service.MultiService.__init__(self)
|
service.MultiService.__init__(self)
|
||||||
self.webport = webport
|
self.webport = webport
|
||||||
self.root = Root()
|
self.root = Root()
|
||||||
|
Loading…
Reference in New Issue
Block a user