diff options
author | lain <lain@soykaf.club> | 2018-05-24 12:44:26 +0200 |
---|---|---|
committer | lain <lain@soykaf.club> | 2018-05-24 12:44:26 +0200 |
commit | 1cd6194deeca32a96a31fc43c0ed27daadd65f64 (patch) | |
tree | d4408133a437cf29e680558a8e75689744b4b027 /test | |
parent | 0b5bc62b33a655488afe73b35945adcbab11300d (diff) | |
download | pleroma-1cd6194deeca32a96a31fc43c0ed27daadd65f64.tar.gz |
More efficient queries.
Diffstat (limited to 'test')
-rw-r--r-- | test/support/factory.ex | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/support/factory.ex b/test/support/factory.ex index 8e21e2562..b2e98c8d1 100644 --- a/test/support/factory.ex +++ b/test/support/factory.ex @@ -95,7 +95,8 @@ defmodule Pleroma.Factory do } %Pleroma.Activity{ - data: data + data: data, + actor: follower.ap_id } end |