mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-04-24 13:05:50 +00:00
Fix lint.
This commit is contained in:
parent
fa3bef5b25
commit
51bd4b719c
@ -4290,7 +4290,7 @@ class Web(WebMixin, WebErrorMixin, testutil.StallMixin, testutil.ReallyEqualMixi
|
||||
http.FOUND,
|
||||
http.TEMPORARY_REDIRECT,
|
||||
] if code is None else [code]
|
||||
body = yield response.content()
|
||||
yield response.content()
|
||||
self.assertIn(response.code, codes)
|
||||
location = response.headers.getRawHeaders(b"location")[0]
|
||||
if target_location is not None:
|
||||
|
Loading…
x
Reference in New Issue
Block a user