diff options
author | lain <lain@soykaf.club> | 2018-03-11 14:47:37 +0100 |
---|---|---|
committer | lain <lain@soykaf.club> | 2018-03-11 14:47:37 +0100 |
commit | 368e085144cc3bea501dc14a783f32cd696cb3af (patch) | |
tree | f92eb1c224045f15f13afc5b7f247e1717d2fd4c /test/web | |
parent | a9f78fe8e07df1fdd51f235090cd35b09c73aa34 (diff) | |
download | pleroma-368e085144cc3bea501dc14a783f32cd696cb3af.tar.gz pleroma-368e085144cc3bea501dc14a783f32cd696cb3af.zip |
Don't validate on missing public key.
Diffstat (limited to 'test/web')
-rw-r--r-- | test/web/http_sigs/http_sig_test.exs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/web/http_sigs/http_sig_test.exs b/test/web/http_sigs/http_sig_test.exs index b54afa3fb..b2bf8d61b 100644 --- a/test/web/http_sigs/http_sig_test.exs +++ b/test/web/http_sigs/http_sig_test.exs @@ -183,6 +183,7 @@ defmodule Pleroma.Web.HTTPSignaturesTest do {"(request-target)", "post /inbox"} ] } + assert HTTPSignatures.validate_conn(conn) end end |