File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
macros/edr/tests/on_run_end Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 5757 {% set result = elementary .get_run_result_dict (result) %}
5858 {% set node = result .node or elementary .get_node (result .unique_id or result .node .unique_id) %}
5959 {% if node .resource_type == ' test' %}
60- {% set elementary_test_results_rows = cached_elementary_test_results .get (result . node .unique_id) %}
61- {% set elementary_test_failed_row_count = cached_elementary_test_failed_row_counts .get (result . node .unique_id) %}
60+ {% set elementary_test_results_rows = cached_elementary_test_results .get (node .unique_id ) %}
61+ {% set elementary_test_failed_row_count = cached_elementary_test_failed_row_counts .get (node .unique_id ) %}
6262
6363 {# Materializing the test failed and therefore was not added to the cache. #}
6464 {% if not elementary_test_results_rows %}
You can’t perform that action at this time.
0 commit comments