Skip to content

Commit c508bc8

Browse files
authored
fix(backend): prevent flakey dataset rate-limit test from failing (#1416)
1 parent 7e7673a commit c508bc8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

backend/src/test/kotlin/org/loculus/backend/controller/datasetcitations/DatasetValidationEndpointsTest.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,6 @@ class DatasetValidationEndpointsTest(
167167

168168
for (i in 1..DatasetCitationsConstants.DOI_WEEKLY_RATE_LIMIT) {
169169
createDatasetWithDOI(accessionJson)
170-
.andExpect(status().isOk)
171170
}
172171
createDatasetWithDOI(accessionJson)
173172
.andExpect(status().isUnprocessableEntity)

0 commit comments

Comments
 (0)