diff options
author | Ikuyo <searinminecraft@outlook.ph> | 2024-07-23 08:04:57 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-23 15:01:36 +0200 |
commit | 19dd7e9ebc97d2d9a709565f525f23921322c41f (patch) | |
tree | 9b5c768a749d26a4e74a6df57864503c7380d0dc /tests | |
parent | Add devtest in reserved usernames test (diff) | |
download | forgejo-19dd7e9ebc97d2d9a709565f525f23921322c41f.tar.xz forgejo-19dd7e9ebc97d2d9a709565f525f23921322c41f.zip |
Add missing trailing comma
(cherry picked from commit 859cc23dc2b79e6ddbdbceb39e47c81fbbc46ad4)
Diffstat (limited to 'tests')
-rw-r--r-- | tests/integration/user_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/integration/user_test.go b/tests/integration/user_test.go index 4832503f16..95882e5ff3 100644 --- a/tests/integration/user_test.go +++ b/tests/integration/user_test.go @@ -110,7 +110,7 @@ func TestRenameReservedUsername(t *testing.T) { "captcha", "commits", "debug", - "devtest" + "devtest", "error", "explore", "favicon.ico", |