Skip to content

Commit 23b9e45

Browse files
committed
vs/thenorthface-IT
1 parent e7bc147 commit 23b9e45

File tree

2 files changed

+4
-4
lines changed

2 files changed

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

4747

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

5252

5353
@pytest.fixture()

l10n_CM/constants/douglas/IT/douglas_ad.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"field_mapping": {
44
"given_name": "65d859d7-de57-4263-a4ca-4d5f45460682",
55
"family_name": "7b95a889-1031-40ec-be05-417ea571e3e1",
6-
"address_line_1": "f0890e88-7fe5-43da-8760-abc84b3930b2",
6+
"street_address": "f0890e88-7fe5-43da-8760-abc84b3930b2",
77
"postal_code": "0a22fade-195d-4b4c-957b-42f1b3d7e74b",
88
"address_level_2": "1d3580c0-806b-4c5c-bc35-913f71f57ca1",
99
"telephone": "2fb9d6af-f8e4-4526-adfd-c85639f6e247",
@@ -17,6 +17,6 @@
1717
"0a22fade-195d-4b4c-957b-42f1b3d7e74b",
1818
"1d3580c0-806b-4c5c-bc35-913f71f57ca1",
1919
"2fb9d6af-f8e4-4526-adfd-c85639f6e247",
20-
"fc505ce9-6e99-466-b541-b51fdb888cfd"
20+
"fc505ce9-6e99-4664-b541-b51fdb888cfd"
2121
]
2222
}

0 commit comments

Comments
 (0)