summaryrefslogtreecommitdiff
path: root/test/plugs/oauth_plug_test.exs
diff options
context:
space:
mode:
authorIvan Tashkinov <ivantashkinov@gmail.com>2020-03-16 17:58:42 +0300
committerIvan Tashkinov <ivantashkinov@gmail.com>2020-03-16 17:58:42 +0300
commit0e07c5ef5717460d37336129cb657ba11091f09d (patch)
tree801cb7957ebe2e4f227f089afc902ea2084eaf27 /test/plugs/oauth_plug_test.exs
parent7c8003c3fcdcab075b9722ab236bf2d1d0e0e8cd (diff)
parentb80958d4e3fb9cdbb9b10149a52f1441edb4b1e3 (diff)
downloadpleroma-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.exs2
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]}")