Skip to content

Commit 1ab7155

Browse files
Jamey O'Neillcursoragent
andcommitted
Fix CLI tests: add required conference fields to fixture
- Updated VALID_POSTER_JSON in test_cli.py to include conferenceName and conferenceYear (now required by schema) Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent c1dc18a commit 1ab7155

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"rightsList": [{"rights": "CC-BY-4.0"}],
2222
"descriptions": [{"descriptionType": "Abstract", "description": "Test."}],
2323
"fundingReferences": [{"funderName": "Test Funder"}],
24-
"conference": {},
24+
"conference": {"conferenceName": "Test Conference", "conferenceYear": 2025},
2525
}
2626

2727

0 commit comments

Comments
 (0)