mirror of
https://github.com/discourse/discourse.git
synced 2025-06-05 14:07:30 +08:00
FIX: move hp request from /users to /token (#10795)
`hp` is a valid username and we should not prevent users from registering it.
This commit is contained in:

committed by
GitHub

parent
29f7e0689f
commit
5cf411c3ae
@ -2,7 +2,7 @@
|
||||
|
||||
module IntegrationHelpers
|
||||
def create_user
|
||||
get "/u/hp.json"
|
||||
get "/session/hp.json"
|
||||
|
||||
expect(response.status).to eq(200)
|
||||
|
||||
|
Reference in New Issue
Block a user