spec/models/update_webhook_spec.rb in sib-api-v3-sdk-7.5.0 vs spec/models/update_webhook_spec.rb in sib-api-v3-sdk-8.0.0
- old
+ new
@@ -45,13 +45,19 @@
end
describe 'test attribute "events"' do
it 'should work' do
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
- # validator = Petstore::EnumTest::EnumAttributeValidator.new('Array<String>', ["hardBounce", "softBounce", "blocked", "spam", "delivered", "request", "click", "invalid", "deferred", "opened", "uniqueOpened", "unsubscribed", "listAddition", "contactUpdated", "contactDeleted"])
+ # validator = Petstore::EnumTest::EnumAttributeValidator.new('Array<String>', ["sent", "hardBounce", "softBounce", "blocked", "spam", "delivered", "request", "click", "invalid", "deferred", "opened", "uniqueOpened", "unsubscribed", "listAddition", "contactUpdated", "contactDeleted", "inboundEmailProcessed"])
# validator.allowable_values.each do |value|
# expect { @instance.events = value }.not_to raise_error
# end
+ end
+ end
+
+ describe 'test attribute "domain"' do
+ it 'should work' do
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
end
end
end