feat: Improved password security policy (#2345)
Co-authored-by: Pranav Raj S <pranav@chatwoot.com>
This commit is contained in:
parent
d1b3c7b0c2
commit
467b45b427
36 changed files with 284 additions and 151 deletions
|
@ -44,7 +44,7 @@ RSpec.describe 'Profile API', type: :request do
|
|||
it 'updates the name & email' do
|
||||
new_email = Faker::Internet.email
|
||||
put '/api/v1/profile',
|
||||
params: { profile: { name: 'test', 'email': new_email } },
|
||||
params: { profile: { name: 'test', email: new_email } },
|
||||
headers: agent.create_new_auth_token,
|
||||
as: :json
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue