mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-23 15:48:43 -05: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
|
||||
get :sso_login, Rack::Utils.parse_query(sso.payload)
|
||||
expect(response.code).to eq('500')
|
||||
expect(response.code).to eq('419')
|
||||
end
|
||||
|
||||
it 'can act as an SSO provider' do
|
||||
|
|
Loading…
Reference in a new issue