We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9094eaa commit 42c6fcdCopy full SHA for 42c6fcd
1 file changed
node/tests/conftest.py
@@ -44,7 +44,7 @@ class RequestsController:
44
server: HTTPServer
45
46
def url_for(self, suffix: str) -> str:
47
- return self.server.url_for(suffix) # type: ignore
+ return self.server.url_for(suffix)
48
49
@property
50
def url(self) -> str:
0 commit comments