main
1# frozen_string_literal: true
2
3FactoryBot.define do
4  factory :authorization do
5    user
6    client
7  end
8end