mirror of
https://github.com/simi/omniauth-facebook.git
synced 2022-11-09 12:32:45 -05:00
Update test case for authorize url.
This commit is contained in:
parent
b56e36677a
commit
15219f96d4
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ class ClientTest < StrategyTestCase
|
|||
end
|
||||
|
||||
test 'has correct authorize url' do
|
||||
assert_equal '/oauth/authorize', strategy.client.options[:authorize_url]
|
||||
assert_equal 'https://www.facebook.com/dialog/oauth', strategy.client.options[:authorize_url]
|
||||
end
|
||||
|
||||
test 'has correct token url' do
|
||||
|
|
Loading…
Reference in a new issue