=begin
#Audit Log API
#The Audit Logs API lets you read audit log entries and track API calls or activities in the Bare Metal Cloud Portal.
Knowledge base articles to help you can be found here
All URLs are relative to (https://api.phoenixnap.com/audit/v1/)
The version of the OpenAPI document: 1.0
Contact: support@phoenixnap.com
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 5.4.0
=end
require 'spec_helper'
require 'json'
require 'date'
# Unit tests for AuditApi::Headers
# Automatically generated by openapi-generator (https://openapi-generator.tech)
# Please update as you see appropriate
describe AuditApi::Headers do
let(:instance) { AuditApi::Headers.new }
describe 'test an instance of Headers' do
it 'should create an instance of Headers' do
expect(instance).to be_instance_of(AuditApi::Headers)
end
end
describe 'test attribute "user_agent"' do
it 'should work' do
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
end
end
end