diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/custodian/protocoltest/jabber.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/custodian/protocoltest/jabber.rb b/lib/custodian/protocoltest/jabber.rb index 1e95650..6addfe6 100644 --- a/lib/custodian/protocoltest/jabber.rb +++ b/lib/custodian/protocoltest/jabber.rb @@ -74,7 +74,7 @@ module Custodian # reset the error, in case we were previously executed. @error = nil - run_test_internal( @host, @port, "<stream:stream" ) + run_test_internal( @host, @port ) end |