Skip to content

Commit

Permalink
Do not hardcode specific testTopicName
Browse files Browse the repository at this point in the history
Signed-off-by: ItalyPaleAle <[email protected]>
  • Loading branch information
ItalyPaleAle authored and berndverst committed Jul 5, 2022
1 parent ab984ff commit 1386417
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ param rgLocation string = resourceGroup().location
param confTestTags object = {}

var eventHubsNamespacePolicy = '${eventHubsNamespaceName}-namespace-policy'
var eventHubBindingsName = '${eventHubsNamespaceName}-bindings-topic'
var eventHubBindingsName = 'eventhubs-bindings-topic'
var eventHubBindingsPolicyName = '${eventHubBindingsName}-policy'
var eventHubBindingsConsumerGroupName = '${eventHubBindingsName}-cg'

var eventHubPubsubName = '${eventHubsNamespaceName}-pubsub-topic'
var eventHubPubsubName = 'eventhubs-pubsub-topic'
var eventHubPubsubPolicyName = '${eventHubPubsubName}-policy'
var eventHubPubsubConsumerGroupName = '${eventHubPubsubName}-cg'

Expand Down Expand Up @@ -182,4 +182,4 @@ output certificationEventHubPubsubTopicActivePolicyName string = eventHubsNamesp
output certificationEventHubPubsubTopicMulti1Name string = eventHubsNamespace::certificationEventHubPubsubTopicMulti1.name
output certificationEventHubPubsubTopicMulti2Name string = eventHubsNamespace::certificationEventHubPubsubTopicMulti2.name
output certificationEventHubPubsubTopicMulti1PolicyName string = eventHubsNamespace::certificationEventHubPubsubTopicMulti1::certificationEventHubPubsubTopicMulti1Policy.name
output certificationEventHubPubsubTopicMulti2PolicyName string = eventHubsNamespace::certificationEventHubPubsubTopicMulti2::certificationEventHubPubsubTopicMulti2Policy.name
output certificationEventHubPubsubTopicMulti2PolicyName string = eventHubsNamespace::certificationEventHubPubsubTopicMulti2::certificationEventHubPubsubTopicMulti2Policy.name
2 changes: 1 addition & 1 deletion tests/config/pubsub/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ components:
allOperations: true
config:
pubsubName: azure-eventhubs
testTopicName: dapr3-conf-test-eventhubs-pubsub-topic
testTopicName: eventhubs-pubsub-topic
testMultiTopic1Name: certification-pubsub-multi-topic1
testMultiTopic2Name: certification-pubsub-multi-topic2
## with partition key set, inorder processing is guaranteed.
Expand Down

0 comments on commit 1386417

Please sign in to comment.