|
65 | 65 | let(:get_success) { response.new('200', 'Stuff') } |
66 | 66 | let(:not_found) { response.new('404', 'Not Found') } |
67 | 67 | let(:empty) { response.new('404', '[]') } |
68 | | - let(:status_url) { Puppetserver::Ca::Utils::HttpClient::URL.new('https','localhost','8140','status','v1','services') } |
69 | | - let(:bulk_sign_url) { Puppetserver::Ca::Utils::HttpClient::URL.new('https','localhost','8140','puppet-ca','v1','sign', nil, {}) } |
70 | | - let(:bulk_sign_all_url) { Puppetserver::Ca::Utils::HttpClient::URL.new('https','localhost','8140','puppet-ca','v1','sign','all', {}) } |
| 68 | + let(:status_url) { Puppetserver::Ca::Utils::HttpClient::URL.new('https','puppet','8140','status','v1','services') } |
| 69 | + let(:bulk_sign_url) { Puppetserver::Ca::Utils::HttpClient::URL.new('https','puppet','8140','puppet-ca','v1','sign', nil, {}) } |
| 70 | + let(:bulk_sign_all_url) { Puppetserver::Ca::Utils::HttpClient::URL.new('https','puppet','8140','puppet-ca','v1','sign','all', {}) } |
71 | 71 | let(:status_old_server) { response.new('200', '{"ca":{"service_version":"7.4.1"}}') } |
72 | 72 | let(:status_new_server) { response.new('200', '{"ca":{"service_version":"8.4.1"}}') } |
73 | 73 | let(:connection) { double } |
|
0 commit comments