Use existing config access to local_domain
value (#30509)
This commit is contained in:
parent
974335e414
commit
249cbc449c
5 changed files with 5 additions and 5 deletions
|
@ -6,7 +6,7 @@ describe 'The /.well-known/oauth-authorization-server request' do
|
|||
let(:protocol) { ENV.fetch('LOCAL_HTTPS', true) ? :https : :http }
|
||||
|
||||
before do
|
||||
host! ENV.fetch('LOCAL_DOMAIN')
|
||||
host! Rails.configuration.x.local_domain
|
||||
end
|
||||
|
||||
it 'returns http success with valid JSON response' do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue