Sha256: d942388ca07d11aa1ad0b2c13ed7676f131f59fa69d28d60f9d68e75a648ed1f
Contents?: true
Size: 963 Bytes
Versions: 4
Compression:
Stored size: 963 Bytes
Contents
=begin #Composio OpenAPI #Composio SDK: Equip your agent with high-quality tools and build your real-world usecase The version of the OpenAPI document: 1.0.0 =end require 'spec_helper' require 'json' # Unit tests for Composio::EventLogsApi describe 'EventLogsApi' do before do # run before each test @api_instance = Composio::EventLogsApi.new end after do # run after each test end describe 'test an instance of EventLogsApi' do it 'should create an instance of EventLogsApi' do expect(@api_instance).to be_instance_of(Composio::EventLogsApi) end end # unit tests for update_webhook # Update webhook # @param [Hash] opts the optional parameters # @option opts [WebhookReqDTO] :webhook_req_dto WebhookReqDTO # @return [Object] describe 'update_webhook test' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end end
Version data entries
4 entries across 4 versions & 1 rubygems