Skip to content

Commit

Permalink
Update test
Browse files Browse the repository at this point in the history
  • Loading branch information
keenangraham committed Aug 26, 2024
1 parent fa593ea commit 8307e18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generator/tests/test_generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@ def test_generator_fill_in_collection_template(raw_schemas, raw_embedded_fields,
'get': {
'tags': ['Collections'],
'summary': 'List items in the SequenceFile collection.',
'description': 'Collection endpoint that accepts various query parameters to filter, sort, and paginate SequenceFile items. Supports filtering on fields within SequenceFile items.', 'operationId': 'sequence_files',
'description': 'Collection endpoint that accepts various query parameters to filter and sort SequenceFile items. Supports filtering on fields within SequenceFile items.', 'operationId': 'sequence_files',
'parameters': [
{'name': 'query', 'in': 'query', 'schema': {'type': 'string'}, 'description': 'Query string for searching.', 'example': 'variant flowfish jurkat'},
{'name': 'frame', 'in': 'query', 'required': True, 'schema': {'type': 'string', 'enum': ['object']}, 'description': 'Constant value. Do not set.'},
Expand Down

0 comments on commit 8307e18

Please sign in to comment.