shinesolutions/ruby_aem

Truststore deletion fails

Closed this issue · 1 comments

Describe the bug
The deletion of the truststore is failing with the latest version of swagger-aem

To Reproduce
Steps to reproduce the behavior:

require 'ruby_aem'
client = RubyAem::Aem.new
truststore = client.truststore
truststore.delete

RubyAem::Error: Truststore not found

Expected behavior
Truststore should have been successfully deleted

Environment (please complete the following information if relevant):

  • ruby_aem 3.8.0
  • swagger_aem 3.3.0

fixed in 3.9.0