Fix specs.

This commit is contained in:
Roger Braun 2017-05-03 20:06:20 +02:00
commit 97257c692c
3 changed files with 3 additions and 3 deletions

View file

@ -170,7 +170,7 @@ defmodule Pleroma.Web.WebsubTest do
test "sign a text" do
signed = Websub.sign("secret", "text")
assert signed == "B8392C23690CCF871F37EC270BE1582DEC57A503"
assert signed == "B8392C23690CCF871F37EC270BE1582DEC57A503" |> String.downcase
signed = Websub.sign("secret", [[""], ['']])
end