Skip to content

Commit 67d79ff

Browse files
committed
Fixed failing tests
As pointed out by n2ygk, the schema names here must reflect the Serializer class names, which I changed in the two affected test cases.
1 parent 7e577d9 commit 67d79ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

example/tests/snapshots/snap_test_openapi.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"properties": {
6666
"data": {
6767
"items": {
68-
"$ref": "#/components/schemas/Author"
68+
"$ref": "#/components/schemas/AuthorList"
6969
},
7070
"type": "array"
7171
},
@@ -171,7 +171,7 @@
171171
"schema": {
172172
"properties": {
173173
"data": {
174-
"$ref": "#/components/schemas/Author"
174+
"$ref": "#/components/schemas/AuthorDetail"
175175
},
176176
"included": {
177177
"items": {

0 commit comments

Comments
 (0)