spec/models/kubernetes_nodes_spec.rb in ionoscloud-5.0.0 vs spec/models/kubernetes_nodes_spec.rb in ionoscloud-5.0.1

- old
+ new

@@ -32,10 +32,10 @@ end describe 'test attribute "type"' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers - # validator = Petstore::EnumTest::EnumAttributeValidator.new('String', ["nodepool"]) + # validator = Petstore::EnumTest::EnumAttributeValidator.new('String', ["collection"]) # validator.allowable_values.each do |value| # expect { instance.type = value }.not_to raise_error # end end end