Merge remote-tracking branch 'origin/develop' into translate-posts
This commit is contained in:
commit
f7a7517296
393 changed files with 4027 additions and 2279 deletions
|
|
@ -1742,7 +1742,7 @@ defmodule HttpRequestMock do
|
|||
]
|
||||
|
||||
def head(url, _query, _body, _headers) when url in @rich_media_mocks do
|
||||
{:ok, %Tesla.Env{status: 404, body: ""}}
|
||||
{:ok, %Tesla.Env{status: 200, body: ""}}
|
||||
end
|
||||
|
||||
def head("https://example.com/pdf-file", _, _, _) do
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue