# frozen_string_literal: true
FactoryBot.define do
factory :export do
name { 'export' }
status { :created }
format { :json }
user
end