summaryrefslogtreecommitdiff
path: root/qa/qa.rb
diff options
context:
space:
mode:
authorStan Hu <stanhu@gmail.com>2018-02-06 16:27:37 -0800
committerStan Hu <stanhu@gmail.com>2018-02-06 16:27:37 -0800
commit739916748d692194c561b7ad07cd33d867079bed (patch)
treeaa8b0090dad32630922a1367fef261710b0da418 /qa/qa.rb
parentcfa58db8b31899ea3fde9e1d7636ec6420bf1168 (diff)
downloadgitlab-ce-739916748d692194c561b7ad07cd33d867079bed.tar.gz
Address review comments for LDAP QA testsh-add-ldap-qa
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