We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b9c4be commit b88e7e1Copy full SHA for b88e7e1
l10n_CM/Unified/conftest.py
@@ -42,12 +42,12 @@ def get_html_files(live_site, region):
42
43
@pytest.fixture()
44
def region():
45
- return os.environ.get("FX_REGION", "CA")
+ return os.environ.get("FX_REGION", "US")
46
47
48
49
def live_site():
50
- return os.environ.get("CM_SITE", "amazon")
+ return os.environ.get("CM_SITE", "demo")
51
52
53
0 commit comments