Conf: storage.apientreprise.fr -> static.demarches-simplifiees.fr
This commit is contained in:
parent
459816a0ab
commit
b00dec4bf6
2 changed files with 2 additions and 2 deletions
|
@ -8,7 +8,7 @@ HELPSCOUT_API_URL = "https://api.helpscout.net/v2"
|
|||
PIPEDRIVE_API_URL = "https://api.pipedrive.com/v1"
|
||||
|
||||
# Internal URLs
|
||||
FOG_BASE_URL = "https://storage.apientreprise.fr"
|
||||
FOG_BASE_URL = "https://static.demarches-simplifiees.fr"
|
||||
|
||||
# External services URLs
|
||||
DOC_URL = "https://doc.demarches-simplifiees.fr"
|
||||
|
|
|
@ -6,6 +6,6 @@ describe RemoteDownloader do
|
|||
subject { described_class.new filename }
|
||||
|
||||
describe '#url' do
|
||||
it { expect(subject.url).to eq 'https://storage.apientreprise.fr/tps_dev/file_name.pdf' }
|
||||
it { expect(subject.url).to eq 'https://static.demarches-simplifiees.fr/tps_dev/file_name.pdf' }
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue