mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-02-20 17:52:50 +00:00
the error-message changed
This commit is contained in:
parent
effaa6500c
commit
800b69047c
@ -1391,7 +1391,7 @@ class Web(WebMixin, WebErrorMixin, testutil.StallMixin, testutil.ReallyEqualMixi
|
|||||||
|
|
||||||
def test_GET_FILE_URI_badchild(self):
|
def test_GET_FILE_URI_badchild(self):
|
||||||
base = "/uri/%s/boguschild" % urllib.quote(self._bar_txt_uri)
|
base = "/uri/%s/boguschild" % urllib.quote(self._bar_txt_uri)
|
||||||
errmsg = "Files have no children, certainly not named 'boguschild'"
|
errmsg = "Files have no children named 'boguschild'"
|
||||||
d = self.shouldFail2(error.Error, "test_GET_FILE_URI_badchild",
|
d = self.shouldFail2(error.Error, "test_GET_FILE_URI_badchild",
|
||||||
"400 Bad Request", errmsg,
|
"400 Bad Request", errmsg,
|
||||||
self.GET, base)
|
self.GET, base)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user