From ec0f4d8e3ad25bf222dde07facceab396fc075f6 Mon Sep 17 00:00:00 2001 From: Andrew M-Y Date: Tue, 21 Mar 2023 14:12:14 +0200 Subject: [PATCH] Try removing the locale_aware_listener from bundle test fixture app --- Tests/Functional/App/config/config.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/Tests/Functional/App/config/config.yml b/Tests/Functional/App/config/config.yml index 0a33b27..d3ca2a3 100644 --- a/Tests/Functional/App/config/config.yml +++ b/Tests/Functional/App/config/config.yml @@ -126,6 +126,3 @@ services: class: 'Enqueue\Bundle\Tests\Functional\App\AsyncListener' public: true arguments: ['@enqueue.client.default.producer', '@enqueue.events.registry'] - - locale_aware_listener: - public: true