We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e82ab25 + cfa98a1 commit fa3b1b2Copy full SHA for fa3b1b2
elastalert/test_rule.py
@@ -410,7 +410,7 @@ def run_rule_test(self):
410
args.es_debug_trace = False
411
412
conf = load_conf(args, defaults, overwrites)
413
- rule_yaml = conf['rules_loader'].get_yaml(args.file)
+ rule_yaml = conf['rules_loader'].load_yaml(args.file)
414
conf['rules_loader'].load_options(rule_yaml, conf, args.file)
415
416
if args.json:
0 commit comments