2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-06 10:50:21 +08:00
This commit is contained in:
Sam 2015-05-20 12:35:22 +10:00
parent 14ab9c45b6
commit 8be746b285

View file

@ -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