Skip to content

Commit

Permalink
NGSTACK-805: adjust test service ids
Browse files Browse the repository at this point in the history
  • Loading branch information
pspanja committed Nov 14, 2023
1 parent f86ed43 commit a908bbd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/lib/Integration/Resources/config/services.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@ services:
netgen_test.ibexa_search_extra.asynchronous_indexing.messenger.middleware:
class: Symfony\Component\Messenger\Middleware\HandleMessageMiddleware
arguments:
- '@netgen_test.ibexa_search_extra.asynchronous_indexing.messenger.handler_locator'
- '@netgen_test.ibexa_search_extra.asynchronous_indexing.messenger.handler.locator'

netgen_test.ibexa_search_extra.asynchronous_indexing.messenger.handler_locator:
netgen_test.ibexa_search_extra.asynchronous_indexing.messenger.handler.locator:
class: Symfony\Component\Messenger\Handler\HandlersLocator
arguments:
-
Expand Down

0 comments on commit a908bbd

Please sign in to comment.