Skip to content

Commit 4594f6f

Browse files
author
Elena Marchenko
committed
MAGETWO-66905: OnePageCheckoutDhlTestVariation1 fails
1 parent 86d67e4 commit 4594f6f

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
@@ -247,7 +247,7 @@
247247
<field name="street" xsi:type="string">Augsburger Strabe 41</field>
248248
<field name="postcode" xsi:type="string">10789</field>
249249
<field name="country_id" xsi:type="string">Germany</field>
250-
<field name="region" xsi:type="string">Berlin</field>
250+
<field name="region_id" xsi:type="string">Berlin</field>
251251
<field name="telephone" xsi:type="string">333-33-333-33</field>
252252
</dataset>
253253

@@ -259,7 +259,7 @@
259259
<field name="street" xsi:type="string">Marzellenstrasse 13-17</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">Hessen</field>
262+
<field name="region_id" xsi:type="string">Hessen</field>
263263
<field name="telephone" xsi:type="string">333-33-333-33</field>
264264
</dataset>
265265

0 commit comments

Comments
 (0)