diff options
author | Stan Hu <stanhu@gmail.com> | 2018-02-06 16:27:37 -0800 |
---|---|---|
committer | Stan Hu <stanhu@gmail.com> | 2018-02-06 16:27:37 -0800 |
commit | 739916748d692194c561b7ad07cd33d867079bed (patch) | |
tree | aa8b0090dad32630922a1367fef261710b0da418 /qa/qa.rb | |
parent | cfa58db8b31899ea3fde9e1d7636ec6420bf1168 (diff) | |
download | gitlab-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.rb | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |