Skip to content
Snippets Groups Projects
Commit 301bd646 authored by Erwan Rouchet's avatar Erwan Rouchet
Browse files

Merge branch 'bump-drf-spectacular' into 'master'

Bump Python requirement drf-spectacular to 0.16.0

See merge request !1265
parents 3d19f0e0 7e545c17
No related branches found
No related tags found
1 merge request!1265Bump Python requirement drf-spectacular to 0.16.0
......@@ -28,7 +28,13 @@ class TestAutoSchema(TestCase):
registry = ComponentRegistry()
view = SchemaGenerator().create_view(ThingView.as_view(), 'GET', None)
operation = view.schema.get_operation('/test/', '/test/', 'GET', registry)
operation = view.schema.get_operation(
path='/test/',
path_regex='/test/',
path_prefix='/',
method='GET',
registry=registry,
)
self.assertDictEqual(
operation,
......
......@@ -9,7 +9,7 @@ django-enumfields==2.1.1
django-redis==4.12.1
django-rq==2.4.1
djangorestframework==3.12.4
drf-spectacular==0.13.2
drf-spectacular==0.16.0
elasticsearch-dsl>=6.0.0,<7.0.0
gitpython==3.1.14
python-gitlab==2.6.0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment