Mix Task Frontend test: Expand.

This commit is contained in:
lain 2020-08-07 16:03:06 +02:00
parent de00a4c0f1
commit 50d5bdfd31
4 changed files with 4 additions and 3 deletions

View File

@ -0,0 +1 @@
this is a text file

Binary file not shown.

1
test/fixtures/test.txt vendored Normal file
View File

@ -0,0 +1 @@
this is a text file

View File

@ -24,13 +24,12 @@ defmodule Pleroma.FrontendTest do
"pleroma" => %{
"ref" => "fantasy",
"name" => "pleroma",
"build_url" => "http://gensokyo.2hu/builds/${ref}",
"build_dir" => ""
"build_url" => "http://gensokyo.2hu/builds/${ref}"
}
})
Tesla.Mock.mock(fn %{url: "http://gensokyo.2hu/builds/fantasy"} ->
%Tesla.Env{status: 200, body: File.read!("test/fixtures/tesla_mock/frontend.zip")}
%Tesla.Env{status: 200, body: File.read!("test/fixtures/tesla_mock/frontend_dist.zip")}
end)
capture_io(fn ->