Skip to content

Commit

Permalink
alg should be used in #create_ca
Browse files Browse the repository at this point in the history
  • Loading branch information
akostadinov committed Jul 24, 2024
1 parent de30f1d commit 084f903
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/storage_async_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ def test_acl_tls

def create_ca(alg)
Tempfile.new('ca-root-cert.pem').tap do |ca_cert_file|
ca_cert_file.write(create_cert.to_pem)
ca_cert_file.write(create_cert(create_key(alg)).to_pem)
ca_cert_file.flush
ca_cert_file.close
end
Expand Down

0 comments on commit 084f903

Please sign in to comment.