Skip to content

Commit c08496f

Browse files
add missing sites
1 parent 907c83a commit c08496f

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

l10n_CM/Unified/conftest.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,12 @@ def get_html_files(live_site, region):
4242

4343
@pytest.fixture()
4444
def region():
45-
return os.environ.get("FX_REGION", "CA")
45+
return os.environ.get("FX_REGION", "US")
4646

4747

4848
@pytest.fixture()
4949
def live_site():
50-
return os.environ.get("CM_SITE", "etsy")
50+
return os.environ.get("CM_SITE", "demo")
5151

5252

5353
@pytest.fixture()

l10n_CM/region/CA.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
{
22
"region": "CA",
3-
"sites": ["amazon", "walmart", "demo"],
3+
"sites": [
4+
"amazon",
5+
"walmart",
6+
"etsy",
7+
"demo"
8+
],
49
"tests": [
510
]
611
}

l10n_CM/region/US.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"lowes",
77
"etsy",
88
"calvinklein",
9+
"bestbuy",
910
"demo"
1011
],
1112
"tests": []

0 commit comments

Comments
 (0)