From f388438f960c5dd5213f32ef93fa411f9375febb Mon Sep 17 00:00:00 2001 From: Marek Rzytki Date: Wed, 5 Jun 2024 08:37:12 +0200 Subject: [PATCH] Fix path to test services file --- tests/Application/config/services_test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Application/config/services_test.yaml b/tests/Application/config/services_test.yaml index a925faa16..7eada644f 100644 --- a/tests/Application/config/services_test.yaml +++ b/tests/Application/config/services_test.yaml @@ -1,3 +1,3 @@ imports: - - { resource: "../../Behat/Resources/services.yml" } + - { resource: "../../Behat/Resources/services.xml" } - { resource: "../../../vendor/sylius/sylius/src/Sylius/Behat/Resources/config/services.xml" }