diff options
author | Antoine GIRARD <sapk@users.noreply.github.com> | 2019-11-18 21:03:25 +0100 |
---|---|---|
committer | techknowlogick <techknowlogick@gitea.io> | 2019-11-18 15:03:25 -0500 |
commit | f128e06ea608f07f279baa5c3e934b020fa57682 (patch) | |
tree | 70b9b7625b20259bd956a1cc44f3a4f97aa4e349 /integrations | |
parent | d338e8238fccd8fe9309aafca7c62f120cee260a (diff) | |
download | gitea-f128e06ea608f07f279baa5c3e934b020fa57682.tar.gz gitea-f128e06ea608f07f279baa5c3e934b020fa57682.zip |
fix: add search to reserved usernames (#9063)
* fix: add search to reserved usernames
* Update integrations/user_test.go
Co-Authored-By: 6543 <24977596+6543@users.noreply.github.com>
Diffstat (limited to 'integrations')
-rw-r--r-- | integrations/user_test.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/integrations/user_test.go b/integrations/user_test.go index 0a6fdd19d5..452ea2ddf0 100644 --- a/integrations/user_test.go +++ b/integrations/user_test.go @@ -90,6 +90,7 @@ func TestRenameReservedUsername(t *testing.T) { "repo", "template", "user", + "search", } session := loginUser(t, "user2") |