X-Git-Url: https://git.squeep.com/?a=blobdiff_plain;f=test%2Fpleroma%2Fupload_test.exs;h=f1ab82a57441b00ad37ec8e8ffcb23504ece8719;hb=4c5bc3e9f7fd533bab58e8f53c9c3b5048ccf80b;hp=cea161d8cf6424b8e10edb1b6c86eadea832a89c;hpb=e87cca97e62d8464c87c7335741f54c2299cc0d6;p=akkoma diff --git a/test/pleroma/upload_test.exs b/test/pleroma/upload_test.exs index cea161d8c..f1ab82a57 100644 --- a/test/pleroma/upload_test.exs +++ b/test/pleroma/upload_test.exs @@ -1,5 +1,5 @@ # Pleroma: A lightweight social networking server -# Copyright © 2017-2020 Pleroma Authors +# Copyright © 2017-2021 Pleroma Authors # SPDX-License-Identifier: AGPL-3.0-only defmodule Pleroma.UploadTest do @@ -133,7 +133,7 @@ defmodule Pleroma.UploadTest do assert %{"url" => [%{"href" => url}]} = data - assert String.starts_with?(url, Pleroma.Web.base_url() <> "/media/") + assert String.starts_with?(url, Pleroma.Upload.base_url()) end test "copies the file to the configured folder with deduping" do