Completed fix for the specs (#343)

This commit is contained in:
Jesus Federico
2019-01-18 10:29:06 -05:00
committed by GitHub
parent 4d9d0ebb97
commit 56a72ade9d
3 changed files with 13 additions and 9 deletions

View File

@ -83,8 +83,8 @@ RSpec.configure do |config|
<user>
<name>greenlight</name>
<maxMeetings>1000</maxMeetings>
<apiURL>#{ENV['LOADBALANCER_ENDPOINT'] + 'api'}</apiURL>
<secret>#{ENV['BIGBLUEBUTTON_SECRET']}</secret>
<apiURL>#{ENV['LOADBALANCER_ENDPOINT']}</apiURL>
<secret>#{ENV['LOADBALANCER_SECRET']}</secret>
</user>
</response>", headers: {}) if ENV['LOADBALANCER_ENDPOINT']
end