# frozen_string_literal: true

FactoryBot.define do
  factory :service_desk_setting do
    project
  end
end