diff options
| author | Barry Warsaw | 2012-04-06 16:40:09 -0600 |
|---|---|---|
| committer | Barry Warsaw | 2012-04-06 16:40:09 -0600 |
| commit | ef32581618bb0c96b91e2d55a9f4b166108421ce (patch) | |
| tree | 8a6a91c4a19084f03df86f003930d0e678bfda2f /src/mailman/testing/helpers.py | |
| parent | 180d4968c277b533507db04bb9d363c6a65a2af5 (diff) | |
| parent | de0be5e44899511a3c357b7bcaf70c425e5a0771 (diff) | |
| download | mailman-ef32581618bb0c96b91e2d55a9f4b166108421ce.tar.gz mailman-ef32581618bb0c96b91e2d55a9f4b166108421ce.tar.zst mailman-ef32581618bb0c96b91e2d55a9f4b166108421ce.zip | |
Diffstat (limited to 'src/mailman/testing/helpers.py')
| -rw-r--r-- | src/mailman/testing/helpers.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mailman/testing/helpers.py b/src/mailman/testing/helpers.py index 8295ef3a8..3648a6710 100644 --- a/src/mailman/testing/helpers.py +++ b/src/mailman/testing/helpers.py @@ -442,6 +442,8 @@ def reset_the_world(): config.db.commit() # Reset the global style manager. getUtility(IStyleManager).populate() + # Remove all dynamic header-match rules. + config.chains['header-match'].flush() |
