We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent edb2a34 commit 00d939dCopy full SHA for 00d939d
1 file changed
src/webapp/routers/data_test.py
@@ -569,7 +569,7 @@ def test_update_batch(client: TestClient) -> None:
569
570
def test_validate_success_batch(client: TestClient) -> None:
571
"""Test PATCH /institutions/<uuid>/batch."""
572
- MOCK_STORAGE.validate_file.return_value = ["UNKNOWN"]
+ MOCK_STORAGE.validate_file.return_value = ["COURSE"]
573
574
# Use validate for manual upload
575
response_upload = client.post(
0 commit comments