mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-05-04 09:54:00 -04:00
fix spec
This commit is contained in:
parent
14ab9c45b6
commit
8be746b285
1 changed files with 1 additions and 1 deletions
|
@ -261,7 +261,7 @@ describe SessionController do
|
||||||
|
|
||||||
# nonce is bad now
|
# nonce is bad now
|
||||||
get :sso_login, Rack::Utils.parse_query(sso.payload)
|
get :sso_login, Rack::Utils.parse_query(sso.payload)
|
||||||
expect(response.code).to eq('500')
|
expect(response.code).to eq('419')
|
||||||
end
|
end
|
||||||
|
|
||||||
it 'can act as an SSO provider' do
|
it 'can act as an SSO provider' do
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue