Allow 'rel' attribute on `<a>` link with specific values (for hashtag recognition).
[akkoma] / test / upload_test.exs
index bdda01b3fd95b6d10f3619be50bed5962985e085..770226478d18b4b799b2404cc3878e6d8f03ed5d 100644 (file)
@@ -150,7 +150,8 @@ defmodule Pleroma.UploadTest do
       {:ok, data} = Upload.store(file)
       [attachment_url | _] = data["url"]
 
-      assert Path.basename(attachment_url["href"]) == "an%E2%80%A6%20image.jpg"
+      assert Path.basename(attachment_url["href"]) ==
+               "an%E2%80%A6%20image.jpg"
     end
 
     test "escapes reserved uri characters" do