Skip to content

Commit

Permalink
Update test/definitions/checks/check_sha1_certificate_authority_test.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
evgeni authored Jan 8, 2025
1 parent e4f19b0 commit baa906f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
)
File.expects(:binread).
with('ca-sha1.crt').
returns('15231421------BEGIN CERTIFICATE------alksddkdkd----END CERTIFICATE-----')
returns('15231421-----BEGIN CERTIFICATE-----alksddkdkd-----END CERTIFICATE-----')
result = run_step(subject)

assert result.fail?
Expand Down

0 comments on commit baa906f

Please sign in to comment.