mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-01-17 10:20:13 +00:00
correct error
This commit is contained in:
parent
6415873f0b
commit
044d1cfbea
@ -1401,7 +1401,7 @@ class Web(WebMixin, WebErrorMixin, testutil.StallMixin, testutil.ReallyEqualMixi
|
|||||||
base = "/uri/%s/boguschild" % urllib.quote(self._bar_txt_uri)
|
base = "/uri/%s/boguschild" % urllib.quote(self._bar_txt_uri)
|
||||||
errmsg = "Cannot create directory 'boguschild', because its parent is a file, not a directory"
|
errmsg = "Cannot create directory 'boguschild', because its parent is a file, not a directory"
|
||||||
d = self.shouldFail2(error.Error, "test_GET_FILE_URI_badchild",
|
d = self.shouldFail2(error.Error, "test_GET_FILE_URI_badchild",
|
||||||
"400 Bad Request", errmsg,
|
"409 Conflict", errmsg,
|
||||||
self.PUT, base, "")
|
self.PUT, base, "")
|
||||||
return d
|
return d
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user