Skip to content

Commit f5fbf8f

Browse files
Hani YacoubHani Yacoub
authored andcommitted
Add ES to the doorhanger exception
1 parent d77bd43 commit f5fbf8f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

l10n_CM/Unified/conftest.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,9 +106,9 @@ def cc_site_data(live_site, region):
106106
@pytest.fixture
107107
def is_live_site(live_site, region):
108108
"""Determine if the site is live.
109-
Treat demo IT as a live site until the doorhanger bug is fixed.
109+
Treat demo IT and ES as a live site until the doorhanger bug is fixed.
110110
"""
111-
return live_site != "demo" or region in {"IT"}
111+
return live_site != "demo" or region in {"IT", "ES"}
112112

113113

114114
@pytest.fixture(scope="session")

0 commit comments

Comments
 (0)