mirror of
https://github.com/zulip/zulip.git
synced 2025-11-06 15:03:34 +00:00
test-help-documentation: Bind vnu.jar to 127.0.0.1.
Signed-off-by: Anders Kaseorg <anders@zulipchat.com>
This commit is contained in:
committed by
Tim Abbott
parent
e0522b6395
commit
a1cf77ca54
@@ -122,7 +122,7 @@ class BaseDocumentationSpider(scrapy.Spider):
|
||||
|
||||
if getattr(self, 'validate_html', False):
|
||||
yield Request(
|
||||
'http://localhost:9988/?out=json',
|
||||
'http://127.0.0.1:9988/?out=json',
|
||||
method='POST',
|
||||
headers={'Content-Type': response.headers['Content-Type']},
|
||||
body=response.body,
|
||||
|
||||
Reference in New Issue
Block a user