0
0
Fork 0

Merge branch 'main' into glitch-soc/merge-upstream

Conflicts:
- `Gemfile.lock`:
  Upstream-updated lib textually too close to glitch-soc-only dep.
  Updated like upstream.
This commit is contained in:
Claire 2022-01-28 08:58:32 +01:00
commit b2915613fb
116 changed files with 241 additions and 221 deletions

View file

@ -5,7 +5,7 @@ require 'rails_helper'
describe Api::V1::Timelines::PublicController do
render_views
let(:user) { Fabricate(:user, account: Fabricate(:account, username: 'alice')) }
let(:user) { Fabricate(:user) }
before do
allow(controller).to receive(:doorkeeper_token) { token }