aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoroptikfluffel <optik@fluffel.io>2019-03-19 10:02:24 +0100
committeroptikfluffel <optik@fluffel.io>2019-03-19 10:10:48 +0100
commit00c5d7248ff9137ad3c4db9ec654f30c8f00ab9c (patch)
tree5b51cc1cf7016b7810ccba513d41e029aedf2957
parenta90752269016fc00896bfea50d5bfb747d613887 (diff)
downloadpleroma-00c5d7248ff9137ad3c4db9ec654f30c8f00ab9c.tar.gz
fix UploadTest to use new image_tmp.jpg
-rw-r--r--test/upload_test.exs2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/upload_test.exs b/test/upload_test.exs
index bdda01b3f..946ebcb5a 100644
--- a/test/upload_test.exs
+++ b/test/upload_test.exs
@@ -56,7 +56,7 @@ defmodule Pleroma.UploadTest do
assert List.first(data["url"])["href"] ==
Pleroma.Web.base_url() <>
- "/media/e7a6d0cf595bff76f14c9a98b6c199539559e8b844e02e51e5efcfd1f614a2df.jpg"
+ "/media/e30397b58d226d6583ab5b8b3c5defb0c682bda5c31ef07a9f57c1c4986e3781.jpg"
end
test "copies the file to the configured folder without deduping" do