mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-20 13:33:09 +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)
|
||||
errmsg = "Cannot create directory 'boguschild', because its parent is a file, not a directory"
|
||||
d = self.shouldFail2(error.Error, "test_GET_FILE_URI_badchild",
|
||||
"400 Bad Request", errmsg,
|
||||
"409 Conflict", errmsg,
|
||||
self.PUT, base, "")
|
||||
return d
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user