mastodon/spec/fixtures/requests
Renato "Lond" Cerqueira 5c5e14c816 Fix undefined method error in sidekiq ()
* Fix undefined method error in sidekiq

Body can be not nil but still be empty, which causes a
`NoMethodError: undefined method `[]' for nil:NilClass` further in the
code. This checks for an empty body to avoid the issue.

* Fix codeclimate issue
..
.host-meta.txt Writing out more tests, fixed some bugs
activitypub-actor-individual.txt Support Actors/Statuses with multiple types ()
activitypub-actor-noinbox.txt Fix an error when actor json couldn't be fetched in ResolveRemoteAccountService ()
activitypub-actor.txt Fix an error when actor json couldn't be fetched in ResolveRemoteAccountService ()
activitypub-feed.txt Fix an error when actor json couldn't be fetched in ResolveRemoteAccountService ()
activitypub-webfinger.txt Fix an error when actor json couldn't be fetched in ResolveRemoteAccountService ()
attachment1.txt Remove empty strings ()
attachment2.txt Remove empty strings ()
avatar.txt Remove empty strings ()
feed.txt Writing out more tests, fixed some bugs
idn.txt Remove empty strings ()
json-ld.activitystreams.txt Slightly reduce RAM usage ()
json-ld.identity.txt Slightly reduce RAM usage ()
json-ld.security.txt Slightly reduce RAM usage ()
koi8-r.txt Use charlock_holmes instead of nkf at FetchLinkCardService ()
localdomain-feed.txt Additional specs for URI handling ()
localdomain-hostmeta.txt Additional specs for URI handling ()
localdomain-webfinger.txt Additional specs for URI handling ()
oembed_invalid_xml.html A minor change for ProviderDiscovery and spec ()
oembed_json.html Append '.test' to hostname in stub data ()
oembed_json_empty.html Fix undefined method error in sidekiq ()
oembed_json_xml.html Append '.test' to hostname in stub data ()
oembed_undiscoverable.html A minor change for ProviderDiscovery and spec ()
oembed_xml.html Append '.test' to hostname in stub data ()
redirected.host-meta.txt Add rspec to further specify FollowRemoteAccountService ()
sjis.txt Use charlock_holmes instead of nkf at FetchLinkCardService ()
sjis_with_wrong_charset.txt Use charlock_holmes instead of nkf at FetchLinkCardService ()
webfinger-hacker1.txt Add rspec to further specify FollowRemoteAccountService ()
webfinger-hacker2.txt Add rspec to further specify FollowRemoteAccountService ()
webfinger-hacker3.txt Added FetchRemoteAccountService spec ()
webfinger.txt Writing out more tests, fixed some bugs
windows-1251.txt Ignore low-confidence CharlockHolmes guesses when parsing link cards ()