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(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")
...
@@ -2451,7 +2451,7 @@ RSpec.describe API::Users, :do_not_mock_admin_mode do
...
@@ -2451,7 +2451,7 @@ RSpec.describe API::Users, :do_not_mock_admin_mode do