summaryrefslogtreecommitdiff
path: root/test/tasks/frontend_test.exs
diff options
context:
space:
mode:
Diffstat (limited to 'test/tasks/frontend_test.exs')
-rw-r--r--test/tasks/frontend_test.exs5
1 files changed, 2 insertions, 3 deletions
diff --git a/test/tasks/frontend_test.exs b/test/tasks/frontend_test.exs
index 6a9a931eb..0ca2b9a28 100644
--- a/test/tasks/frontend_test.exs
+++ b/test/tasks/frontend_test.exs
@@ -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 ->