summaryrefslogtreecommitdiff
path: root/test/support/httpoison_mock.ex
diff options
context:
space:
mode:
authorhref <href@random.sh>2018-11-23 17:40:45 +0100
committerhref <href@random.sh>2018-11-30 18:00:47 +0100
commitb19597f602e70121a1762476873377c782549817 (patch)
tree8b55873fc57cc5d99ad5270b72e212ef99122dab /test/support/httpoison_mock.ex
parent52ce368562de919f1806dfd5235642caf0666e16 (diff)
downloadpleroma-b19597f602e70121a1762476873377c782549817.tar.gz
pleroma-b19597f602e70121a1762476873377c782549817.zip
reverse proxy / uploads
Diffstat (limited to 'test/support/httpoison_mock.ex')
-rw-r--r--test/support/httpoison_mock.ex2
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