refactor congress inspector
[doctor.git] / tests / inspector / __init__.py
index 35bdb5b..426c868 100644 (file)
@@ -30,6 +30,7 @@ OPTS = [
 
 _inspector_name_class_mapping = {
     'sample': 'inspector.sample.SampleInspector',
+    'congress': 'inspector.congress.CongressInspector',
 }
 
 def get_inspector(conf, log):