]> BookStack Code Mirror - bookstack/blobdiff - tests/Api/ShelvesApiTest.php
Updated attachment links to have dropdown for open type
[bookstack] / tests / Api / ShelvesApiTest.php
index 5953b0c0dc5bad57a0e1c52cb9e8a429dc2ca31e..034d4bc289eddf62194c75618c4e2f46323af201 100644 (file)
@@ -120,7 +120,7 @@ class ShelvesApiTest extends TestCase
         DB::table('bookshelves')->where('id', '=', $shelf->id)->update(['updated_at' => Carbon::now()->subWeek()]);
 
         $details = [
-            'tags' => [['name' => 'Category', 'value' => 'Testing']]
+            'tags' => [['name' => 'Category', 'value' => 'Testing']],
         ];
 
         $this->putJson($this->baseEndpoint . "/{$shelf->id}", $details);