diff options
author | Alex Gleason <alex@alexgleason.me> | 2020-08-02 16:37:33 -0500 |
---|---|---|
committer | Alex Gleason <alex@alexgleason.me> | 2020-08-02 17:45:15 -0500 |
commit | f9301044ed9c80314d1c313035359956cf5dbc1a (patch) | |
tree | fcf73b9d241f0e4dd7180dc3e2e2e8d3e948f563 /test/support/factory.ex | |
parent | 77b48cb4ce81165a3a4f28e91b8f22dd510d3d00 (diff) | |
download | pleroma-f9301044ed9c80314d1c313035359956cf5dbc1a.tar.gz pleroma-f9301044ed9c80314d1c313035359956cf5dbc1a.zip |
Add ReportNote test
Diffstat (limited to 'test/support/factory.ex')
-rw-r--r-- | test/support/factory.ex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/support/factory.ex b/test/support/factory.ex index 4c09d65b6..486eda8da 100644 --- a/test/support/factory.ex +++ b/test/support/factory.ex @@ -311,7 +311,7 @@ defmodule Pleroma.Factory do "to" => [], "cc" => [activity.actor], "context" => activity.data["context"], - "state" => state, + "state" => state } %Pleroma.Activity{ |