Skip to content

Commit

Permalink
Fix comment to match code
Browse files Browse the repository at this point in the history
  • Loading branch information
perry2of5 committed Dec 21, 2024
1 parent 5805942 commit 91487bb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ def create_subscription(
# as long as it is gone :)
self.log.debug("Could not find default rule '$Default' to delete; ignoring error.")

# add a rule to filter on the correlation ID
# add a rule to filter with the filter rule passed in
rule_name = filter_rule_name if filter_rule_name else "rule" + str(uuid4())
connection.create_rule(topic_name, subscription_name, rule_name, filter=filter_rule)
self.log.debug(
Expand Down

0 comments on commit 91487bb

Please sign in to comment.