From f658d72f313b991a0074620b3e1007adeb27eeef Mon Sep 17 00:00:00 2001 From: Mark Sapiro Date: Sun, 1 Jan 2017 23:30:31 -0800 Subject: Some configs moved to [dmarc] section. --- src/mailman/rules/tests/test_dmarc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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): -- cgit v1.2.3-70-g09d2