diff options
author | Ivan Tashkinov <ivantashkinov@gmail.com> | 2020-03-16 17:58:42 +0300 |
---|---|---|
committer | Ivan Tashkinov <ivantashkinov@gmail.com> | 2020-03-16 17:58:42 +0300 |
commit | 0e07c5ef5717460d37336129cb657ba11091f09d (patch) | |
tree | 801cb7957ebe2e4f227f089afc902ea2084eaf27 /test/plugs/oauth_plug_test.exs | |
parent | 7c8003c3fcdcab075b9722ab236bf2d1d0e0e8cd (diff) | |
parent | b80958d4e3fb9cdbb9b10149a52f1441edb4b1e3 (diff) | |
download | pleroma-0e07c5ef5717460d37336129cb657ba11091f09d.tar.gz pleroma-0e07c5ef5717460d37336129cb657ba11091f09d.zip |
Merge remote-tracking branch 'remotes/origin/develop' into 1364-notifications-sending-control
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 8534a5c13..f74c068cd 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]}") |