Skip to content

Commit

Permalink
Remove empty line
Browse files Browse the repository at this point in the history
  • Loading branch information
Paweł Chrząszcz committed Jul 11, 2022
1 parent bdafc97 commit b3a3a19
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion big_tests/tests/graphql_account_SUITE.erl
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,6 @@ admin_change_user_password(Config) ->
Path = [data, account, changeUserPassword, message],
NewPassword = <<"new password">>,
% Change password of not existing user

Resp1 = change_user_password(?NOT_EXISTING_JID, NewPassword, Config),
?assertNotEqual(nomatch, binary:match(get_err_msg(Resp1), <<"not allowed">>)),
% Set an empty password
Expand Down

0 comments on commit b3a3a19

Please sign in to comment.