mirror of
https://github.com/gotson/komga.git
synced 2025-12-27 11:00:24 +01:00
parent
a3cc66d6aa
commit
c3a091477c
2 changed files with 4 additions and 4 deletions
|
|
@ -644,7 +644,7 @@ class BookControllerTest(
|
|||
contentType = MediaType.APPLICATION_JSON
|
||||
content = jsonString
|
||||
}.andExpect {
|
||||
status { isOk }
|
||||
status { isNoContent }
|
||||
}
|
||||
|
||||
val metadata = bookMetadataRepository.findById(bookId)
|
||||
|
|
@ -722,7 +722,7 @@ class BookControllerTest(
|
|||
contentType = MediaType.APPLICATION_JSON
|
||||
content = jsonString
|
||||
}.andExpect {
|
||||
status { isOk }
|
||||
status { isNoContent }
|
||||
}
|
||||
|
||||
val updatedMetadata = bookMetadataRepository.findById(bookId)
|
||||
|
|
@ -774,7 +774,7 @@ class BookControllerTest(
|
|||
contentType = MediaType.APPLICATION_JSON
|
||||
content = jsonString
|
||||
}.andExpect {
|
||||
status { isOk }
|
||||
status { isNoContent }
|
||||
}
|
||||
|
||||
val metadata = bookMetadataRepository.findById(bookId)
|
||||
|
|
|
|||
|
|
@ -402,7 +402,7 @@ class SeriesControllerTest(
|
|||
contentType = MediaType.APPLICATION_JSON
|
||||
content = jsonString
|
||||
}.andExpect {
|
||||
status { isOk }
|
||||
status { isNoContent }
|
||||
}
|
||||
|
||||
val updatedMetadata = seriesMetadataRepository.findById(createdSeries.id)
|
||||
|
|
|
|||
Loading…
Reference in a new issue