We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32e023f commit a583b1aCopy full SHA for a583b1a
1 file changed
src/test/kotlin/com/github/mgramin/sqlboot/rest/controllers/ApiControllerITCase.kt
@@ -59,7 +59,7 @@ class ApiControllerITCase {
59
"200#/api/h2/table/BOOKINGS.AIRCRAFTS",
60
"204#/api/h2/table/not_exist_schema",
61
"200#/api/h2/table",
62
- "404#/api/h2/not_exist_type",
+ "204#/api/h2/not_exist_type",
63
"200#/api/h2/table/BOOKINGS.AIRPORTS?select=remarks",
64
delimiter = '#')
65
fun testHeaders(code: Int, uri: String) {
0 commit comments