bakdata/kpops

Fix tests

Closed this issue · 0 comments

  1. https://github.com/bakdata/kpops/blob/v3/tests/pipeline/resources/dotenv/config.yaml#L3-L4
- default_error_topic_name: "${component_name}-dead-letter-topic"
+ default_error_topic_name: "${component_name}-dead-letter-topic"
- default_output_topic_name: "${component.name}-test-topic"
+ default_output_topic_name: "${component.name}-test-topic"
  1. https://github.com/bakdata/kpops/blob/v3/tests/pipeline/resources/env-specific-config-only/config_production.yaml#L3-L4
- default_error_topic_name: "${component_name}-dead-letter-topic"
+ default_error_topic_name: "${component_name}-dead-letter-topic"
- default_output_topic_name: "${component.name}-test-topic"
+ default_output_topic_name: "${component.name}-test-topic"
  1. https://github.com/bakdata/kpops/blob/v3/tests/pipeline/resources/multi-config/config.yaml#L3-L4
- default_error_topic_name: "${component_name}-dead-letter-topic"
+ default_error_topic_name: "${component_name}-dead-letter-topic"
- default_output_topic_name: "${component.name}-test-topic"
+ default_output_topic_name: "${component.name}-test-topic"