From 19dd7e9ebc97d2d9a709565f525f23921322c41f Mon Sep 17 00:00:00 2001 From: Ikuyo Date: Tue, 23 Jul 2024 11:04:57 +0500 Subject: [PATCH] Add missing trailing comma (cherry picked from commit 859cc23dc2b79e6ddbdbceb39e47c81fbbc46ad4) --- tests/integration/user_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",