Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/qa/qa.rb
diff options
context:
space:
mode:
authorSanad Liaquat <sliaquat@gitlab.com>2018-10-24 15:43:30 +0300
committerSanad Liaquat <sliaquat@gitlab.com>2018-10-24 15:43:30 +0300
commit7983c798af6f2f01748b67ea3cdbc2dec2554604 (patch)
treedc8e178bc983b39324bf58802f09c806c8c4543a /qa/qa.rb
parent38a6ecbe3ef69273dd05d79947c5422f76aa21e4 (diff)
Renamed to ldap_no_ssl and ldap_ssl
Diffstat (limited to 'qa/qa.rb')
-rw-r--r--qa/qa.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/qa/qa.rb b/qa/qa.rb
index 1d85b2c96e7..437ce59eef2 100644
--- a/qa/qa.rb
+++ b/qa/qa.rb
@@ -100,7 +100,7 @@ module QA
module Integration
autoload :Github, 'qa/scenario/test/integration/github'
- autoload :LDAP, 'qa/scenario/test/integration/ldap'
+ autoload :LDAPNoSSL, 'qa/scenario/test/integration/ldap_no_ssl'
autoload :LDAPSSL, 'qa/scenario/test/integration/ldap_ssl'
autoload :InstanceSAML, 'qa/scenario/test/integration/instance_saml'
autoload :Kubernetes, 'qa/scenario/test/integration/kubernetes'