Skip to content

Commit

Permalink
Merge pull request #510 from fedora-infra/fix_regex
Browse files Browse the repository at this point in the history
Escape the backslash that escapes the dot
  • Loading branch information
jeremycline committed Apr 11, 2018
2 parents 5110e3d + 18ca009 commit ecc3f55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fedmsg/tests/fedmsg-test-config.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@

config = dict(
topic_prefix="org.fedoraproject",
topic_prefix_re="^org\.fedoraproject\.(dev|stg|prod)",
topic_prefix_re="^org\\.fedoraproject\\.(dev|stg|prod)",
endpoints={
"unittest.%s" % hostname: [
"tcp://*:%i" % (port + 1),
Expand Down

0 comments on commit ecc3f55

Please sign in to comment.