]> BookStack Code Mirror - bookstack/blobdiff - tests/Api/BooksApiTest.php
Updated attachment links to have dropdown for open type
[bookstack] / tests / Api / BooksApiTest.php
index 9625c9f2db840c17f017f9e309334f24aa3ee63f..9fe8f8215bc6f201d26d669a360e28135228953a 100644 (file)
@@ -110,7 +110,7 @@ class BooksApiTest extends TestCase
         DB::table('books')->where('id', '=', $book->id)->update(['updated_at' => Carbon::now()->subWeek()]);
 
         $details = [
-            'tags' => [['name' => 'Category', 'value' => 'Testing']]
+            'tags' => [['name' => 'Category', 'value' => 'Testing']],
         ];
 
         $this->putJson($this->baseEndpoint . "/{$book->id}", $details);