diff --git a/dot/utils/run_management.py b/dot/utils/run_management.py index 273647a..c42e93f 100644 --- a/dot/utils/run_management.py +++ b/dot/utils/run_management.py @@ -141,7 +141,7 @@ def run_dot_stages(project_id, logger, run_id): def run_dot_tests(project_id, logger, run_id): """Wrapper around the DOT pipeline which will set status, start and end - times in dot.run_status. Also catches exception and updates dot.run_log + times in dot.run_log. Also catches exception and updates dot.run_log to set status='Failed' Parameters diff --git a/dot/utils/utils.py b/dot/utils/utils.py index 3d44a65..af87597 100644 --- a/dot/utils/utils.py +++ b/dot/utils/utils.py @@ -329,7 +329,7 @@ def generate_row_results_df( List of values for id_column in the test results view (or entity for passing rows not in this view) run_id: str - ID of the current run, as found in dot.run_status + ID of the current run, as found in dot.run_log test_id: str ID of the tests, as found in dot.configured_tests entity_id: str