formatting the code
[akkoma] / test / support / httpoison_mock.ex
index 0be09b6ce56b9ad403d2e56a7642a1312995c038..e7344500fb4ab6187eb937e98204a9208d2333b4 100644 (file)
@@ -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