Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ module Director

expect { subject }.to raise_error(DeploymentNATSClientCertificateGenerationError) do |error|
expect(error.message).to include('Error occurred while loading private key to generate NATS Client certificates')
expect(error.message).to include('OpenSSL::PKey::RSAError: Neither PUB key nor PRIV key')
expect(error.message).to include('Neither PUB key nor PRIV key')
end
end

Expand Down
Loading