Skip to content

Commit 4e0ca0b

Browse files
committed
Merge remote-tracking branch 'origin/MAGETWO-66905' into PR-bugfixes-040417
2 parents 045da21 + 4594f6f commit 4e0ca0b

File tree

1 file changed

+2
-2
lines changed
  • dev/tests/functional/tests/app/Magento/Customer/Test/Repository

1 file changed

+2
-2
lines changed

dev/tests/functional/tests/app/Magento/Customer/Test/Repository/Address.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@
259259
<field name="street" xsi:type="string">Augsburger Strabe 41</field>
260260
<field name="postcode" xsi:type="string">10789</field>
261261
<field name="country_id" xsi:type="string">Germany</field>
262-
<field name="region" xsi:type="string">Berlin</field>
262+
<field name="region_id" xsi:type="string">Berlin</field>
263263
<field name="telephone" xsi:type="string">333-33-333-33</field>
264264
<field name="default_billing" xsi:type="string">Yes</field>
265265
<field name="default_shipping" xsi:type="string">Yes</field>
@@ -273,7 +273,7 @@
273273
<field name="street" xsi:type="string">Marzellenstrasse 13-17</field>
274274
<field name="postcode" xsi:type="string">10789</field>
275275
<field name="country_id" xsi:type="string">Germany</field>
276-
<field name="region" xsi:type="string">Hessen</field>
276+
<field name="region_id" xsi:type="string">Hessen</field>
277277
<field name="telephone" xsi:type="string">333-33-333-33</field>
278278
</dataset>
279279

0 commit comments

Comments
 (0)