mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
test/openssl/test_x509cert.rb: Prevent "unused variable" warning
This commit is contained in:
parent
91ffce8f24
commit
ab2bd3ff35
1 changed files with 1 additions and 1 deletions
|
@ -316,7 +316,7 @@ class OpenSSL::TestX509Certificate < OpenSSL::TestCase
|
|||
fullchain_path = Fixtures.file_path("pkey", "garbage.txt")
|
||||
|
||||
assert_raise(OpenSSL::X509::CertificateError) do
|
||||
certificates = OpenSSL::X509::Certificate.load_file(fullchain_path)
|
||||
OpenSSL::X509::Certificate.load_file(fullchain_path)
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue