Skip to content

Commit a5df416

Browse files
Hani YacoubHani Yacoub
authored andcommitted
Change region and site name
1 parent 784d22c commit a5df416

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
@@ -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", "FR")
45+
return os.environ.get("FX_REGION", "US")
4646

4747

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

5252

5353
@pytest.fixture()

0 commit comments

Comments
 (0)