Sha256: a8cdc277a12f80d837b8eaa476d9a1e2e0ca52710e12487cab9dc721bb6e7996

Contents?: true

Size: 1.49 KB

Versions: 1

Compression:

Stored size: 1.49 KB

Contents

=begin
#Moderation API

#API for automated content moderation

The version of the OpenAPI document: 1.0.0

Generated by: https://openapi-generator.tech
Generator version: 7.10.0

=end

require 'spec_helper'
require 'json'
require 'date'

# Unit tests for ModerationApi::ActionsExecuteRequest
# Automatically generated by openapi-generator (https://openapi-generator.tech)
# Please update as you see appropriate
describe ModerationApi::ActionsExecuteRequest do
  let(:instance) { ModerationApi::ActionsExecuteRequest.new }

  describe 'test an instance of ActionsExecuteRequest' do
    it 'should create an instance of ActionsExecuteRequest' do
      # uncomment below to test the instance creation
      #expect(instance).to be_instance_of(ModerationApi::ActionsExecuteRequest)
    end
  end

  describe 'test attribute "content_ids"' do
    it 'should work' do
      # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
    end
  end

  describe 'test attribute "action_id"' do
    it 'should work' do
      # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
    end
  end

  describe 'test attribute "queue_id"' do
    it 'should work' do
      # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
    end
  end

  describe 'test attribute "value"' do
    it 'should work' do
      # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
    end
  end

end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
moderation_api-1.2.2 spec/models/actions_execute_request_spec.rb