Rename fulfilled_order file to fulfilled

This commit is contained in:
Kamil Grygierzec 2023-12-20 12:03:34 +01:00
parent 869ccf83df
commit fccadad26f
No known key found for this signature in database
GPG key ID: 7F54EE42DAD4B9E9
3 changed files with 2 additions and 2 deletions

View file

@ -71,7 +71,7 @@ final class CustomersTest extends JsonApiTestCase
'authentication/api_administrator.yaml',
'customer.yaml',
'channel.yaml',
'order/fulfilled_order.yaml',
'order/fulfilled.yaml',
]);
$header = $this->headerBuilder()->withJsonLdAccept()->withAdminUserAuthorization('api@example.com')->build();

View file

@ -73,7 +73,7 @@ final class OrdersTest extends JsonApiTestCase
'authentication/api_administrator.yaml',
'channel.yaml',
'order/customer.yaml',
'order/fulfilled_order.yaml',
'order/fulfilled.yaml',
]);
/** @var CustomerInterface $customer */