diff --git a/dandi/tests/test_validate.py b/dandi/tests/test_validate.py index 18653df12..302c23ec8 100644 --- a/dandi/tests/test_validate.py +++ b/dandi/tests/test_validate.py @@ -17,7 +17,7 @@ def test_validate_bids(bids_examples, tmp_path): # Check if a report is being produced. pid = os.getpid() - log_dir = appdirs.user_log_dir("dandi") + log_dir = appdirs.user_log_dir("dandi-cli") report_expression = os.path.join(log_dir, f"bids-validator-report_*-{pid}.log") assert len(glob(report_expression)) == 1