mirror of
https://github.com/discourse/discourse.git
synced 2025-05-22 22:43:33 +08:00
FIX: Reference example.com instead of somesite.com in examples
* somesite.com actually exists... * example.com should be used in examples and is harmless to visit
This commit is contained in:
@ -226,7 +226,7 @@ RSpec.describe SessionController do
|
||||
|
||||
describe '#sso_login' do
|
||||
before do
|
||||
@sso_url = "http://somesite.com/discourse_sso"
|
||||
@sso_url = "http://example.com/discourse_sso"
|
||||
@sso_secret = "shjkfdhsfkjh"
|
||||
|
||||
SiteSetting.sso_url = @sso_url
|
||||
|
Reference in New Issue
Block a user