Skip to content

Commit

Permalink
test: update substitution variables in test resources
Browse files Browse the repository at this point in the history
  • Loading branch information
sujuka99 committed Jan 16, 2024
1 parent bd9e135 commit 31ab4a9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions tests/pipeline/resources/dotenv/config.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defaults_path: ../defaults.yaml
topic_name_config:
default_error_topic_name: "${component_name}-dead-letter-topic"
default_output_topic_name: "${component_name}-test-topic"
default_error_topic_name: "${component.name}-dead-letter-topic"
default_output_topic_name: "${component.name}-test-topic"
kafka_brokers: "http://k8kafka-cp-kafka-headless.kpops.svc.cluster.local:9092"
kafka_connect:
url: "http://localhost:8083"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defaults_path: ../no-topics-defaults
topic_name_config:
default_error_topic_name: "${component_name}-dead-letter-topic"
default_output_topic_name: "${component_name}-test-topic"
default_error_topic_name: "${component.name}-dead-letter-topic"
default_output_topic_name: "${component.name}-test-topic"
kafka_brokers: "http://k8kafka-cp-kafka-headless.kpops.svc.cluster.local:9092"
kafka_connect:
url: "http://localhost:8083"
Expand Down
4 changes: 2 additions & 2 deletions tests/pipeline/resources/multi-config/config.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defaults_path: ../no-topics-defaults
topic_name_config:
default_error_topic_name: "${component_name}-dead-letter-topic"
default_output_topic_name: "${component_name}-test-topic"
default_error_topic_name: "${component.name}-dead-letter-topic"
default_output_topic_name: "${component.name}-test-topic"
kafka_brokers: "http://k8kafka-cp-kafka-headless.kpops.svc.cluster.local:9092"
kafka_connect:
url: "http://localhost:8083"
Expand Down

0 comments on commit 31ab4a9

Please sign in to comment.