Skip to content

Commit

Permalink
Change the autogenerated topic name to conform with Azure limits (#425)
Browse files Browse the repository at this point in the history
  • Loading branch information
unjello authored Mar 5, 2024
1 parent d20a605 commit c0aecac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pubsub/tests/test_pubsub.go
Original file line number Diff line number Diff line change
Expand Up @@ -1214,7 +1214,7 @@ func assertConsumerGroupReceivedMessages(
}

func testTopicName(testID TestID) string {
return "topic_" + string(testID)
return "topic-" + string(testID)
}

func closePubSub(t *testing.T, pub message.Publisher, sub message.Subscriber) {
Expand Down

0 comments on commit c0aecac

Please sign in to comment.