bug 1286067 - add missing parameter for second test case added in bug 1284840 r=emk

MozReview-Commit-ID: 3aQBZeGLjxn

--HG--
extra : rebase_source : bff6a016e806aaec3b79e3aa2ff29fa33ba6663c
This commit is contained in:
David Keeler 2016-07-11 14:35:55 -07:00
Родитель 0e41fdd181
Коммит 48c3eabeea
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -234,7 +234,7 @@ add_task(function* () {
port, Cr.NS_OK, {isPrivate: true});
// make sure that we remember the TLS intolerance
yield startClient("server: fallback only, client: second try after fallback success, private",
port, Cr.NS_OK);
port, Cr.NS_OK, {isPrivate: true});
});
do_register_cleanup(function() {