Skip to content

Commit

Permalink
Adding test(s) for the new operation_id field.
Browse files Browse the repository at this point in the history
  • Loading branch information
cyrusg committed Oct 4, 2023
1 parent a05157d commit d420039
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/requests/rails_smart_merge_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@

# Small subset of `rails_spec.rb` with slight changes
RSpec.describe 'Tables', type: :request do
describe '#index', openapi: { required_request_params: 'show_columns' } do
describe '#index', openapi: { required_request_params: 'show_columns', operation_id: 'table-index' } do
context it 'returns a list of tables' do
it 'with flat query parameters' do
# These new params replace them in old spec
Expand Down

0 comments on commit d420039

Please sign in to comment.