CFINSPEC-84: Fix typo in unit test comment

Signed-off-by: Sonu Saha <sonu.saha@progress.com>
This commit is contained in:
Sonu Saha 2022-05-01 12:31:51 +05:30
parent c80c55299d
commit b087b4b38f

View file

@ -28,7 +28,7 @@ describe Inspec::Resources::X509PrivateKey do
end
# freebsd
it "checks x509 secret key with no passphrase on darwin" do
it "checks x509 secret key with no passphrase on freebsd" do
resource = MockLoader.new(:freebsd10).load_resource("x509_private_key", "/home/openssl_activity/bob_private.pem")
_(resource.valid?).must_equal true
_(resource.encrypted?).must_be_nil