diff options
author | rinpatch <rinpatch@sdf.org> | 2019-04-17 12:27:29 +0300 |
---|---|---|
committer | rinpatch <rinpatch@sdf.org> | 2019-04-17 12:27:29 +0300 |
commit | dda4e0e2a8826e400cab0d9f34a699e4248e5e18 (patch) | |
tree | 7cd2e98fe3b940e7ec217b4c3c296fd7129cce5c /test/object/fetcher_test.exs | |
parent | 627e5a0a4992cc19fc65a7e93a09c470c8e2bf33 (diff) | |
download | pleroma-dda4e0e2a8826e400cab0d9f34a699e4248e5e18.tar.gz pleroma-dda4e0e2a8826e400cab0d9f34a699e4248e5e18.zip |
Fix warnings in object tests
Diffstat (limited to 'test/object/fetcher_test.exs')
-rw-r--r-- | test/object/fetcher_test.exs | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/test/object/fetcher_test.exs b/test/object/fetcher_test.exs index 3bbade9d1..568c5cc4c 100644 --- a/test/object/fetcher_test.exs +++ b/test/object/fetcher_test.exs @@ -1,11 +1,10 @@ defmodule Pleroma.Object.FetcherTest do use Pleroma.DataCase - alias Pleroma.{Activity, Object} + alias Pleroma.Activity + alias Pleroma.Object alias Pleroma.Object.Fetcher - import Pleroma.Factory - describe "actor origin containment" do test "it rejects objects with a bogus origin" do {:error, _} = Fetcher.fetch_object_from_id("https://info.pleroma.site/activity.json") |