summaryrefslogtreecommitdiffstats
path: root/test/test_helper.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_helper.rb')
-rw-r--r--test/test_helper.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/test_helper.rb b/test/test_helper.rb
index 273c5c4..95cb0b4 100644
--- a/test/test_helper.rb
+++ b/test/test_helper.rb
@@ -35,8 +35,7 @@ class HCl::TestCase < MiniTest::Test
@http = HCl::Net.new \
'login' => 'bob',
'password' => 'secret',
- 'subdomain' => 'bobclock',
- 'ssl' => true
+ 'subdomain' => 'bobclock'
end
def register_uri method, path, data={}