Skip to content

Commit

Permalink
Updated the error path
Browse files Browse the repository at this point in the history
  • Loading branch information
Simran Mattu committed Sep 17, 2024
1 parent 79dadbc commit 1305fb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion woudc_data_registry/tests/test_report_generation.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ def test_uses_error_definition(self):
"""Test that error/warning feedback responds to input files"""

# The two error files below have different error types for error 1.
all_errors = resolve_test_data_path('config/Updated_Errors.csv')
all_errors = resolve_test_data_path('/net/local/home/mattus/wdr_env/woudc-data-registry/data/migrate/Updated_Errors.csv')

with report.OperatorReport(SANDBOX_DIR) as op_report:
op_report.read_error_definitions(all_errors)
Expand Down

0 comments on commit 1305fb7

Please sign in to comment.