diff options
author | varac <varacanero@zeromail.org> | 2017-02-23 11:52:10 +0100 |
---|---|---|
committer | varac <varacanero@zeromail.org> | 2017-03-15 19:22:50 +0100 |
commit | 5035b80537d4f6d4f4d57a3a429d12fc4ca04d54 (patch) | |
tree | 36de82276dded87cb3e0ad9c22f4b0d14ab339a1 /tests/server-tests/helpers/http_helper.rb | |
parent | cce9af1fce42c29bf062cccfc46ef356d83a6328 (diff) |
[8144] Remove Haproxy tests
Diffstat (limited to 'tests/server-tests/helpers/http_helper.rb')
-rw-r--r-- | tests/server-tests/helpers/http_helper.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/server-tests/helpers/http_helper.rb b/tests/server-tests/helpers/http_helper.rb index 0d0bb7d5..3a1df9e7 100644 --- a/tests/server-tests/helpers/http_helper.rb +++ b/tests/server-tests/helpers/http_helper.rb @@ -5,7 +5,7 @@ class LeapTest # # In order to easily provide detailed error messages, it is useful # to append a memo to a url string that details what this url is for - # (e.g. stunnel, haproxy, etc). + # (e.g. stunnel, etc). # # So, the url happens to be a UrlString, the memo field is used # if there is an error in assert_get. @@ -154,4 +154,4 @@ class LeapTest request end -end
\ No newline at end of file +end |