mirror of
https://github.com/signalapp/Signal-Server
synced 2026-04-21 12:08:03 +01:00
minor cleanup, docs, and integration tests for username API
This commit is contained in:
@@ -1988,7 +1988,7 @@ class AccountControllerTest {
|
||||
|
||||
static Stream<Arguments> testLookupUsernameLink() {
|
||||
return Stream.of(
|
||||
Arguments.of(false, true, true, true, 403),
|
||||
Arguments.of(false, true, true, true, 400),
|
||||
Arguments.of(true, false, true, true, 429),
|
||||
Arguments.of(true, true, false, true, 404),
|
||||
Arguments.of(true, true, true, false, 404),
|
||||
|
||||
Reference in New Issue
Block a user