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:
authorStan Hu <stanhu@gmail.com>2018-02-07 03:27:37 +0300
committerStan Hu <stanhu@gmail.com>2018-02-07 03:27:37 +0300
commit739916748d692194c561b7ad07cd33d867079bed (patch)
treeaa8b0090dad32630922a1367fef261710b0da418 /qa/qa.rb
parentcfa58db8b31899ea3fde9e1d7636ec6420bf1168 (diff)
Address review comments for LDAP QA test
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 3a4c2d575f1..3c7778a4260 100644
--- a/qa/qa.rb
+++ b/qa/qa.rb
@@ -64,7 +64,7 @@ module QA
autoload :Instance, 'qa/scenario/test/instance'
module Integration
- autoload :Ldap, 'qa/scenario/test/integration/ldap'
+ autoload :LDAP, 'qa/scenario/test/integration/ldap'
autoload :Mattermost, 'qa/scenario/test/integration/mattermost'
end