Skip to content

Commit 90d52da

Browse files
forgot to fix default region :(
1 parent 915c59b commit 90d52da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

l10n_CM/Unified/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
@pytest.fixture()
1313
def region():
14-
return os.environ.get("FX_REGION", "DE")
14+
return os.environ.get("FX_REGION", "US")
1515

1616

1717
@pytest.fixture()

0 commit comments

Comments
 (0)