=begin #Ory Hydra API #Documentation for all of Ory Hydra's APIs. The version of the OpenAPI document: v2.2.1 Contact: hi@ory.sh Generated by: https://openapi-generator.tech Generator version: 7.7.0 =end require 'spec_helper' require 'json' require 'date' # Unit tests for OryHydraClient::OAuth2LoginRequest # Automatically generated by openapi-generator (https://openapi-generator.tech) # Please update as you see appropriate describe OryHydraClient::OAuth2LoginRequest do let(:instance) { OryHydraClient::OAuth2LoginRequest.new } describe 'test an instance of OAuth2LoginRequest' do it 'should create an instance of OAuth2LoginRequest' do # uncomment below to test the instance creation #expect(instance).to be_instance_of(OryHydraClient::OAuth2LoginRequest) end end describe 'test attribute "challenge"' do it 'should work' do # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/ end end describe 'test attribute "client"' do it 'should work' do # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/ end end describe 'test attribute "oidc_context"' do it 'should work' do # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/ end end describe 'test attribute "request_url"' do it 'should work' do # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/ end end describe 'test attribute "requested_access_token_audience"' do it 'should work' do # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/ end end describe 'test attribute "requested_scope"' do it 'should work' do # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/ end end describe 'test attribute "session_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 "skip"' do it 'should work' do # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/ end end describe 'test attribute "subject"' do it 'should work' do # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/ end end end