Skip to content

provide mocks for unused webfinger lookups

Steven Fuchs requested to merge stwf/pleroma:unused-webfinger-warnings into develop

I see there are a couple of MR's regarding removing the warnings for missing mock http requests. This is my strategy, I think it's ok for times when the request isn't involved in the test. It keeps that stuff out of the global requests too. But if you'd rather solve this some other way thats fine too.

Merge request reports