Skip to content

Commit 00d939d

Browse files
committed
revamped entire validation helper script
1 parent edb2a34 commit 00d939d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/webapp/routers/data_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -569,7 +569,7 @@ def test_update_batch(client: TestClient) -> None:
569569

570570
def test_validate_success_batch(client: TestClient) -> None:
571571
"""Test PATCH /institutions/<uuid>/batch."""
572-
MOCK_STORAGE.validate_file.return_value = ["UNKNOWN"]
572+
MOCK_STORAGE.validate_file.return_value = ["COURSE"]
573573

574574
# Use validate for manual upload
575575
response_upload = client.post(

0 commit comments

Comments
 (0)