Bug 1452643 - Update wptserve args in marionette runner, r=me ON A CLOSED TREE

MozReview-Commit-ID: DvCYUNlX3VQ
This commit is contained in:
James Graham 2018-04-15 18:58:08 +01:00
Родитель 869fec072d
Коммит 4daf082666
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -109,7 +109,7 @@ class FixtureServer(object):
self._httpd = server.WebTestHttpd(host=host,
port=port,
bind_hostname=True,
bind_address=True,
doc_root=doc_root,
routes=routes,
use_ssl=True if scheme == "https" else False,