diff options
author | Haelwenn (lanodan) Monnier <contact@hacktivis.me> | 2019-03-05 05:37:33 +0100 |
---|---|---|
committer | Haelwenn (lanodan) Monnier <contact@hacktivis.me> | 2019-03-13 04:26:56 +0100 |
commit | c42d34b2ec2dacd9a038f721f7a817ee43cc0a4f (patch) | |
tree | 7f658bf7c31adfd5ea4726f90124193213deddf7 /test/web/twitter_api | |
parent | 8cd3eada7dec00f4e2ddd24c6a4286a4450281c1 (diff) | |
download | pleroma-c42d34b2ec2dacd9a038f721f7a817ee43cc0a4f.tar.gz |
[Credo] fix Credo.Check.Readability.MaxLineLength
Diffstat (limited to 'test/web/twitter_api')
-rw-r--r-- | test/web/twitter_api/twitter_api_test.exs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/web/twitter_api/twitter_api_test.exs b/test/web/twitter_api/twitter_api_test.exs index 1eb8f77d2..c8dd3fd7a 100644 --- a/test/web/twitter_api/twitter_api_test.exs +++ b/test/web/twitter_api/twitter_api_test.exs @@ -472,6 +472,7 @@ defmodule Pleroma.Web.TwitterAPI.TwitterAPITest do # Also fetches the feed. # assert Activity.get_create_by_object_ap_id("tag:mastodon.social,2017-04-05:objectId=1641750:objectType=Status") + # credo:disable-for-previous-line Credo.Check.Readability.MaxLineLength end end end |