Store incoming reports in the data store
This commit is contained in:
@@ -408,7 +408,7 @@ impl TestConfig for ReportConfig {
|
||||
addresses: vec![],
|
||||
forward: true,
|
||||
store: None,
|
||||
report_id: 0.into(),
|
||||
report_id: SnowflakeIdGenerator::new(),
|
||||
},
|
||||
dkim: Report::test(),
|
||||
spf: Report::test(),
|
||||
|
||||
Reference in New Issue
Block a user