Skip to content

Commit aa74d17

Browse files
committed
Correct site in live_site method
1 parent 520f64b commit aa74d17

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
@@ -47,7 +47,7 @@ def region():
4747

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

5252

5353
@pytest.fixture()

0 commit comments

Comments
 (0)