From 3a7c6882709560f45e8a866700de09f59886ccbf Mon Sep 17 00:00:00 2001
From: robk-tahoe <robk-tahoe@allmydata.com>
Date: Tue, 8 Jan 2008 12:36:14 -0700
Subject: [PATCH] fix webish unit tests by making node.url file optional

---
 src/allmydata/webish.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/allmydata/webish.py b/src/allmydata/webish.py
index aa3d0625..43daecea 100644
--- a/src/allmydata/webish.py
+++ b/src/allmydata/webish.py
@@ -1372,7 +1372,7 @@ class LocalAccess:
 class WebishServer(service.MultiService):
     name = "webish"
 
-    def __init__(self, webport, nodeurl_path):
+    def __init__(self, webport, nodeurl_path=None):
         service.MultiService.__init__(self)
         self.webport = webport
         self.root = Root()
-- 
2.45.2