summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/mailman/rules/tests/test_dmarc.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mailman/rules/tests/test_dmarc.py b/src/mailman/rules/tests/test_dmarc.py
index d2ce28806..37a00afde 100644
--- a/src/mailman/rules/tests/test_dmarc.py
+++ b/src/mailman/rules/tests/test_dmarc.py
@@ -148,7 +148,7 @@ def use_test_organizational_data():
# Point the organizational URL to our test data.
path = resource_filename('mailman.rules.tests.data', 'org_domain.txt')
url = 'file:///{}'.format(path)
- return configuration('mailman', org_domain_data_url=url)
+ return configuration('dmarc', org_domain_data_url=url)
class TestDMARCRules(TestCase):