We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e7673a commit c508bc8Copy full SHA for c508bc8
backend/src/test/kotlin/org/loculus/backend/controller/datasetcitations/DatasetValidationEndpointsTest.kt
@@ -167,7 +167,6 @@ class DatasetValidationEndpointsTest(
167
168
for (i in 1..DatasetCitationsConstants.DOI_WEEKLY_RATE_LIMIT) {
169
createDatasetWithDOI(accessionJson)
170
- .andExpect(status().isOk)
171
}
172
173
.andExpect(status().isUnprocessableEntity)
0 commit comments