Merge remote-tracking branch 'origin/develop' into translate-posts

This commit is contained in:
marcin mikołajczak 2024-08-02 09:42:17 +02:00
commit f7a7517296
393 changed files with 4027 additions and 2279 deletions

View file

@ -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