Skip to content

Commit

Permalink
IP rejection does not reflect on response body, thus shouldn't be inv…
Browse files Browse the repository at this point in the history
…oved in test
  • Loading branch information
wusatosi committed Mar 31, 2023
1 parent 68adff5 commit 2b2e912
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/test/kotlin/com/wusatosi/recaptcha/RecaptchaV2Test.kt
Original file line number Diff line number Diff line change
Expand Up @@ -272,6 +272,4 @@ class RecaptchaV2Test {
assertEquals(ErrorCode.TimeOrDuplicatedToken, either.left)
}

// TODO: Test ip rejected.

}

0 comments on commit 2b2e912

Please sign in to comment.