mirror of
https://github.com/domainaware/parsedmarc.git
synced 2026-04-20 04:19:31 +00:00
Fix report key names in mock responses for tests
This commit is contained in:
4
tests.py
4
tests.py
@@ -2464,7 +2464,7 @@ watch = true
|
||||
mock_imap.return_value = object()
|
||||
mock_get_reports.return_value = {
|
||||
"aggregate_reports": [],
|
||||
"forensic_reports": [],
|
||||
"failure_reports": [],
|
||||
"smtp_tls_reports": [],
|
||||
}
|
||||
|
||||
@@ -2549,7 +2549,7 @@ class TestIndexPrefixDomainMapTlsFiltering(unittest.TestCase):
|
||||
mock_imap_connection.return_value = object()
|
||||
mock_get_reports.return_value = {
|
||||
"aggregate_reports": [],
|
||||
"forensic_reports": [],
|
||||
"failure_reports": [],
|
||||
"smtp_tls_reports": [
|
||||
{
|
||||
"organization_name": "Allowed Org",
|
||||
|
||||
Reference in New Issue
Block a user