Skip to content

Commit ed81060

Browse files
committed
Update openapi tests
1 parent 4d3eecb commit ed81060

File tree

1 file changed

+20
-5
lines changed

1 file changed

+20
-5
lines changed

example/tests/snapshots/snap_test_openapi.py

Lines changed: 20 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,10 @@
121121
},
122122
"description": "not found"
123123
}
124-
}
124+
},
125+
"tags": [
126+
"authors"
127+
]
125128
}"""
126129

127130
snapshots[
@@ -227,7 +230,10 @@
227230
},
228231
"description": "not found"
229232
}
230-
}
233+
},
234+
"tags": [
235+
"authors"
236+
]
231237
}"""
232238

233239
snapshots[
@@ -411,7 +417,10 @@
411417
},
412418
"description": "[Conflict](https://jsonapi.org/format/#crud-creating-responses-409)"
413419
}
414-
}
420+
},
421+
"tags": [
422+
"authors"
423+
]
415424
}"""
416425

417426
snapshots[
@@ -589,7 +598,10 @@
589598
},
590599
"description": "[Conflict]([Conflict](https://jsonapi.org/format/#crud-updating-responses-409)"
591600
}
592-
}
601+
},
602+
"tags": [
603+
"authors"
604+
]
593605
}"""
594606

595607
snapshots[
@@ -652,5 +664,8 @@
652664
},
653665
"description": "[Resource does not exist](https://jsonapi.org/format/#crud-deleting-responses-404)"
654666
}
655-
}
667+
},
668+
"tags": [
669+
"authors"
670+
]
656671
}"""

0 commit comments

Comments
 (0)