diff options
author | Ikuyo <searinminecraft@outlook.ph> | 2024-07-23 05:38:55 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-23 15:01:36 +0200 |
commit | 422fe112716940220537e084c24749b491b73280 (patch) | |
tree | b587b1c87f49daeb9584ff2decf6f0935641fbe6 | |
parent | Reserve devtest username (diff) | |
download | forgejo-422fe112716940220537e084c24749b491b73280.tar.xz forgejo-422fe112716940220537e084c24749b491b73280.zip |
Add devtest in reserved usernames test
(cherry picked from commit 90c0e9dace0dcf837a5cf07a19ef782ba5b2e5c0)
-rw-r--r-- | tests/integration/user_test.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/integration/user_test.go b/tests/integration/user_test.go index 3a3932bdc2..4832503f16 100644 --- a/tests/integration/user_test.go +++ b/tests/integration/user_test.go @@ -110,6 +110,7 @@ func TestRenameReservedUsername(t *testing.T) { "captcha", "commits", "debug", + "devtest" "error", "explore", "favicon.ico", |