mirror of
https://github.com/discourse/discourse.git
synced 2025-05-31 04:38:47 +08:00
fix spec
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user