verify_mcs150: correct handler class name

This commit is contained in:
justin 2026-06-10 12:39:41 -05:00
parent 79c460ef25
commit bd0d8c0e2c

View file

@ -58,9 +58,9 @@ def main() -> int:
# Simulate enrichment by pulling the FMCSA census the same way the handler
# does, then fill.
from scripts.workers.services.mcs150_update import MCS150UpdateService
from scripts.workers.services.mcs150_update import MCS150UpdateHandler
svc = MCS150UpdateService()
svc = MCS150UpdateHandler()
census = svc._fetch_carrier_record(dot)
if not census:
print(f"FAIL: no FMCSA census for DOT {dot}")