summaryrefslogtreecommitdiff
path: root/spec/support
diff options
context:
space:
mode:
authorCan Eldem <celdem@gitlab.com>2020-07-23 11:01:47 +0000
committerCan Eldem <celdem@gitlab.com>2020-07-23 11:01:47 +0000
commit8ee0824204c0e97d97ad6d38778cd9e7e9da6813 (patch)
treed851d65d729ecdffd018c79c6f5d887a1e506bce /spec/support
parentca675527b53c2a8316c962ee1a17bc1ee1c0c156 (diff)
parentdfa59682cfe6cc3726c321236b1e0db5e965e722 (diff)
Merge branch 'offline-tests' into 'master'v3.19.2
Combine default/custom x509 certificates in TLS validation See merge request gitlab-org/security-products/license-management!194
Diffstat (limited to 'spec/support')
-rw-r--r--spec/support/integration_test_helper.rb12
1 files changed, 0 insertions, 12 deletions
diff --git a/spec/support/integration_test_helper.rb b/spec/support/integration_test_helper.rb
index e482d6d..9d28871 100644
--- a/spec/support/integration_test_helper.rb
+++ b/spec/support/integration_test_helper.rb
@@ -1,16 +1,4 @@
module IntegrationTestHelper
- def private_npm_host
- @private_npm_host ||= ENV.fetch('PRIVATE_NPM_HOST').tap do |host|
- add_host(host, ENV.fetch('PRIVATE_NPM_IP'))
- end
- end
-
- def private_pypi_host
- @private_pypi_host ||= ENV.fetch('PRIVATE_PYPI_HOST').tap do |host|
- add_host(host, ENV.fetch('PRIVATE_PYPI_IP'))
- end
- end
-
def runner(*args)
@runner ||= ProjectHelper.new(*args)
end