diff options
author | href <href@random.sh> | 2018-11-23 17:40:45 +0100 |
---|---|---|
committer | href <href@random.sh> | 2018-11-30 18:00:47 +0100 |
commit | b19597f602e70121a1762476873377c782549817 (patch) | |
tree | 8b55873fc57cc5d99ad5270b72e212ef99122dab /test/support/httpoison_mock.ex | |
parent | 52ce368562de919f1806dfd5235642caf0666e16 (diff) | |
download | pleroma-b19597f602e70121a1762476873377c782549817.tar.gz pleroma-b19597f602e70121a1762476873377c782549817.zip |
reverse proxy / uploads
Diffstat (limited to 'test/support/httpoison_mock.ex')
-rw-r--r-- | test/support/httpoison_mock.ex | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/support/httpoison_mock.ex b/test/support/httpoison_mock.ex index 0be09b6ce..e7344500f 100644 --- a/test/support/httpoison_mock.ex +++ b/test/support/httpoison_mock.ex @@ -1,6 +1,8 @@ defmodule HTTPoisonMock do alias HTTPoison.Response + def process_request_options(options), do: options + def get(url, body \\ [], headers \\ []) def get("https://prismo.news/@mxb", _, _) do |