From ec831751004e024aeff48f2afdbd4b90bc43e8e8 Mon Sep 17 00:00:00 2001 From: lain Date: Mon, 19 Mar 2018 17:42:09 +0100 Subject: Use connection pools. --- test/support/httpoison_mock.ex | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'test/support') diff --git a/test/support/httpoison_mock.ex b/test/support/httpoison_mock.ex index a8b1a60c0..a45eaf170 100644 --- a/test/support/httpoison_mock.ex +++ b/test/support/httpoison_mock.ex @@ -450,4 +450,8 @@ defmodule HTTPoisonMock do def post(url, body, headers) do {:error, "Not implemented the mock response for post #{inspect(url)}"} end + + def post(url, body, headers, options) do + {:error, "Not implemented the mock response for post #{inspect(url)}"} + end end -- cgit v1.2.3