Skip to content

Commit c8ab692

Browse files
change default site and region combo
1 parent 8405266 commit c8ab692

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

4747

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

5252

5353
@pytest.fixture()

0 commit comments

Comments
 (0)