mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-18 20:47:54 +00:00
MyPy in tests: Ignore StubTreq being a stub and not having all the attrs
This commit is contained in:
parent
4f20612f3c
commit
7efc31d552
@ -716,7 +716,7 @@ class GenericHTTPAPITests(SyncTestCase):
|
||||
"""
|
||||
client = StubTreq(self.http.http_server.get_resource())
|
||||
response = self.http.result_of_with_flush(
|
||||
client.request(
|
||||
client.request( # type: ignore[attr-defined]
|
||||
"GET",
|
||||
"http://127.0.0.1/storage/v1/version",
|
||||
),
|
||||
|
Loading…
Reference in New Issue
Block a user