~cytrogen/masto-fe

ref: 296b3d1560eb47f969320f056395b53a49416e52 masto-fe/spec/fabricators/accessible_access_token_fabricator.rb -rw-r--r-- 137 bytes
296b3d15 — Claire Merge commit 'dc09c10fa8cc9230bf14e48d790c8f0c26043f8f' into glitch-soc/merge-upstream 2 years ago
                                                                                
1
2
3
4
5
6
# frozen_string_literal: true

Fabricator :accessible_access_token, from: :access_token do
  expires_in { nil }
  revoked_at { nil }
end