diff --git a/clientapi/routing/register_test.go b/clientapi/routing/register_test.go index de89c9a64..e730bfa60 100644 --- a/clientapi/routing/register_test.go +++ b/clientapi/routing/register_test.go @@ -344,6 +344,13 @@ func Test_register(t *testing.T) { name: "successful registration", username: "success", }, + { + name: "successful registration, sequential numeric ID", + username: "", + password: "someRandomPassword", + forceEmpty: true, + wantUsername: "3", + }, { name: "failing registration - user already exists", username: "success",