forked from mirrors/gecko-dev
Bug 1811785 - Add example.com to WEBAPI_TEST_INSTALL_HOSTS. r=extension-reviewers,willdurand
This should've been added when addons-stage.thunderbird.net was, so we could run mochitests. Differential Revision: https://phabricator.services.mozilla.com/D167505
This commit is contained in:
parent
2cad39daa4
commit
730eb55729
1 changed files with 1 additions and 1 deletions
|
|
@ -62,7 +62,7 @@ const WEBAPI_INSTALL_HOSTS =
|
||||||
const WEBAPI_TEST_INSTALL_HOSTS =
|
const WEBAPI_TEST_INSTALL_HOSTS =
|
||||||
AppConstants.MOZ_APP_NAME !== "thunderbird"
|
AppConstants.MOZ_APP_NAME !== "thunderbird"
|
||||||
? ["addons.allizom.org", "addons-dev.allizom.org", "example.com"]
|
? ["addons.allizom.org", "addons-dev.allizom.org", "example.com"]
|
||||||
: ["addons-stage.thunderbird.net"];
|
: ["addons-stage.thunderbird.net", "example.com"];
|
||||||
|
|
||||||
const AMO_ATTRIBUTION_ALLOWED_SOURCES = ["amo", "disco"];
|
const AMO_ATTRIBUTION_ALLOWED_SOURCES = ["amo", "disco"];
|
||||||
const AMO_ATTRIBUTION_DATA_KEYS = [
|
const AMO_ATTRIBUTION_DATA_KEYS = [
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue