File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
dev/tests/api-functional/testsuite/Magento/Sales/Service/V1 Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ public function testOrderAddressUpdate()
28
28
$ order = $ objectManager ->get (\Magento \Sales \Model \Order::class)->loadByIncrementId ('100000001 ' );
29
29
30
30
$ address = [
31
- OrderAddress::REGION => 'California ' ,
31
+ OrderAddress::REGION => 'CA ' ,
32
32
OrderAddress::POSTCODE => '11111 ' ,
33
33
OrderAddress::LASTNAME => 'lastname ' ,
34
34
OrderAddress::STREET => ['street ' ],
@@ -75,7 +75,7 @@ public function testOrderAddressUpdate()
75
75
$ billingAddress = $ actualOrder ->getBillingAddress ();
76
76
77
77
$ validate = [
78
- OrderAddress::REGION => 'California ' ,
78
+ OrderAddress::REGION => 'CA ' ,
79
79
OrderAddress::POSTCODE => '11111 ' ,
80
80
OrderAddress::LASTNAME => 'lastname ' ,
81
81
OrderAddress::STREET => 'street ' ,
Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ public function testOrderGet(): void
76
76
'city ' => 'Los Angeles ' ,
77
77
'email ' => 'customer@null.com ' ,
78
78
'postcode ' => '11111 ' ,
79
- 'region ' => 'California '
79
+ 'region ' => 'CA '
80
80
];
81
81
82
82
$ result = $ this ->makeServiceCall (self ::ORDER_INCREMENT_ID );
You can’t perform that action at this time.
0 commit comments