root: fix context processor name (#24421)

This commit is contained in:
Connor Peshek
2026-07-28 06:10:51 -05:00
committed by GitHub
parent e511421cb9
commit e188909d70

View File

@@ -26,7 +26,7 @@ def generate_local_config() -> dict[str, Any]:
"blueprints_dir": "./blueprints",
"cert_discovery_dir": "./certs",
"events": {
"processors": {
"context_processors": {
"geoip": "tests/geoip/GeoLite2-City-Test.mmdb",
"asn": "tests/geoip/GeoLite2-ASN-Test.mmdb",
}