Skip to content

Commit

Permalink
fix(backend): prevent flakey dataset rate-limit test from failing (#1416
Browse files Browse the repository at this point in the history
)
  • Loading branch information
lukepereira authored Mar 21, 2024
1 parent 7e7673a commit c508bc8
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,6 @@ class DatasetValidationEndpointsTest(

for (i in 1..DatasetCitationsConstants.DOI_WEEKLY_RATE_LIMIT) {
createDatasetWithDOI(accessionJson)
.andExpect(status().isOk)
}
createDatasetWithDOI(accessionJson)
.andExpect(status().isUnprocessableEntity)
Expand Down

0 comments on commit c508bc8

Please sign in to comment.