Skip to content

Commit faaa3ec

Browse files
committed
Fix integration test.
1 parent 07a05ab commit faaa3ec

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

spec/issues/962_polymorphic_entity_with_custom_documentation_spec.rb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,7 @@ class EntityWithNestedEmptyEntity < Grape::Entity
9595
specify do
9696
expect(hidden_entity_definition).to eql({
9797
'type' => 'object',
98-
'properties' => {},
99-
'required' => ['hidden_prop']
98+
'properties' => {}
10099
})
101100
end
102101

0 commit comments

Comments
 (0)