diff options
author | Ivan Tashkinov <ivantashkinov@gmail.com> | 2020-03-02 21:43:18 +0300 |
---|---|---|
committer | Ivan Tashkinov <ivantashkinov@gmail.com> | 2020-03-02 21:43:18 +0300 |
commit | b4367125e9afc92ac27ff12552775f8e765140f1 (patch) | |
tree | e0c35f2e1d869ca63ddec06dd7a5ff9b0d574df3 /test/plugs/oauth_plug_test.exs | |
parent | 99a6c660a909d8c74289015b3f69357196256112 (diff) | |
download | pleroma-b4367125e9afc92ac27ff12552775f8e765140f1.tar.gz pleroma-b4367125e9afc92ac27ff12552775f8e765140f1.zip |
[#1560] Added tests for non-federating instance bahaviour to ActivityPubControllerTest.
Diffstat (limited to 'test/plugs/oauth_plug_test.exs')
-rw-r--r-- | test/plugs/oauth_plug_test.exs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/plugs/oauth_plug_test.exs b/test/plugs/oauth_plug_test.exs index dea11cdb0..0eef27c1f 100644 --- a/test/plugs/oauth_plug_test.exs +++ b/test/plugs/oauth_plug_test.exs @@ -38,7 +38,7 @@ defmodule Pleroma.Plugs.OAuthPlugTest do assert conn.assigns[:user] == opts[:user] end - test "with valid token(downcase) in url parameters, it assings the user", opts do + test "with valid token(downcase) in url parameters, it assigns the user", opts do conn = :get |> build_conn("/?access_token=#{opts[:token]}") |