Skip to content

Commit a583b1a

Browse files
committed
1 parent 32e023f commit a583b1a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/test/kotlin/com/github/mgramin/sqlboot/rest/controllers/ApiControllerITCase.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ class ApiControllerITCase {
5959
"200#/api/h2/table/BOOKINGS.AIRCRAFTS",
6060
"204#/api/h2/table/not_exist_schema",
6161
"200#/api/h2/table",
62-
"404#/api/h2/not_exist_type",
62+
"204#/api/h2/not_exist_type",
6363
"200#/api/h2/table/BOOKINGS.AIRPORTS?select=remarks",
6464
delimiter = '#')
6565
fun testHeaders(code: Int, uri: String) {

0 commit comments

Comments
 (0)