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:
Krzysztof Kotlarek
2020-10-02 09:01:40 +10:00
committed by GitHub
parent 29f7e0689f
commit 5cf411c3ae
11 changed files with 32 additions and 35 deletions

View File

@ -2,7 +2,7 @@
module IntegrationHelpers
def create_user
get "/u/hp.json"
get "/session/hp.json"
expect(response.status).to eq(200)