expect(json_response['message']).toeq("403 Forbidden - The user you are trying to deactivate has been active in the past #{::User::MINIMUM_INACTIVE_DAYS} days and cannot be deactivated")
expect(user.reload.state).toeq('active')
end
...
...
@@ -2105,7 +2105,7 @@ describe API::Users, :do_not_mock_admin_mode do