Skip to content

Commit

Permalink
compat: Missing service in integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tseho committed Aug 30, 2023
1 parent 0afd395 commit 72a9f45
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions config/services/test/test_services.yml
Original file line number Diff line number Diff line change
Expand Up @@ -342,3 +342,11 @@ services:
- '@doctrine'
- '@akeneo_integration_tests.loader.database_schema_handler'
- '%env(bool:EXPERIMENTAL_TEST_DATABASE)%'

akeneo_integration_tests.pub_sub_queue_status.dqi_attribute_group_activate_consumer:
class: AkeneoTest\Integration\IntegrationTestsBundle\Launcher\PubSubQueueStatus
arguments:
- '@Akeneo\Tool\Bundle\MessengerBundle\Transport\GooglePubSub\PubSubClientFactory'
- '%env(GOOGLE_CLOUD_PROJECT)%'
- '%env(PUBSUB_TOPIC_DQI_ATTRIBUTE_GROUP_ACTIVATE)%'
- '%env(PUBSUB_SUBSCRIPTION_DQI_ATTRIBUTE_GROUP_ACTIVATE)%'

0 comments on commit 72a9f45

Please sign in to comment.