Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Ian Eiloart
Sympl
Commits
8892ea7f
Commit
8892ea7f
authored
Apr 28, 2016
by
Patrick J Cherry
Browse files
common: Test should return a String, not an X509Certificate
parent
5183701e
Changes
1
Hide whitespace changes
Inline
Side-by-side
common/test.d/tc_ssl_letsencrypt.rb
View file @
8892ea7f
...
...
@@ -261,7 +261,7 @@ class SSLLetsEncryptTest < Test::Unit::TestCase
def
do_get_bundle
(
r
)
setup_root_ca
{
:status
=>
200
,
:body
=>
@root_ca_crt
}
{
:status
=>
200
,
:body
=>
@root_ca_crt
.
to_s
}
end
####
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment