Skip to content

Commit a6dfe42

Browse files
committed
Revert "Disable checks related to quarkusio/quarkus#36297"
This reverts commit 938c2b2.
1 parent fe3ed22 commit a6dfe42

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,20 @@
11
/delete-text-plain,delete,text/plain
2-
# TODO uncomment once https://github.com/quarkusio/quarkus/issues/36297 is fixed
3-
#/delete/no-type,delete,text/plain
2+
/delete/no-type,delete,text/plain
43
/delete/text-plain,delete,text/plain
54
/delete/json,delete,application/json
65
/delete/octet-stream,delete,application/octet-stream
76
/patch-text-plain,patch,text/plain
8-
#/patch/no-type,patch,text/plain
7+
/patch/no-type,patch,text/plain
98
/patch/text-plain,patch,text/plain
109
/patch/json,patch,application/json
1110
/patch/octet-stream,patch,application/octet-stream
1211
/post-text-plain,post,text/plain
13-
#/post/no-type,post,text/plain
12+
/post/no-type,post,text/plain
1413
/post/text-plain,post,text/plain
1514
/post/json,post,application/json
1615
/post/octet-stream,post,application/octet-stream
1716
/put-text-plain,put,text/plain
18-
#/put/no-type,put,text/plain
17+
/put/no-type,put,text/plain
1918
/put/text-plain,put,text/plain
2019
/put/json,put,application/json
2120
/put/octet-stream,put,application/octet-stream

0 commit comments

Comments
 (0)