X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/65d4505079c8c5616c98c14e795fe33acb95e8cf..refs/pull/3598/head:/tests/Api/BooksApiTest.php diff --git a/tests/Api/BooksApiTest.php b/tests/Api/BooksApiTest.php index fb3244e55..f426cff73 100644 --- a/tests/Api/BooksApiTest.php +++ b/tests/Api/BooksApiTest.php @@ -139,7 +139,7 @@ class BooksApiTest extends TestCase // Ensure further updates without image do not clear cover image $resp = $this->put($this->baseEndpoint . "/{$book->id}", [ - 'name' => 'My updated book again' + 'name' => 'My updated book again', ]); $book->refresh();