]> BookStack Code Mirror - bookstack/blobdiff - tests/Api/BooksApiTest.php
Queries: Update API to align data with previous versions
[bookstack] / tests / Api / BooksApiTest.php
index b31bd7d37ee06e66de9940a1a710bc5ab2eab7ec..b8c2b613387ef79a156ecc783e5e9dd067083bca 100644 (file)
@@ -24,6 +24,9 @@ class BooksApiTest extends TestCase
                 'id'   => $firstBook->id,
                 'name' => $firstBook->name,
                 'slug' => $firstBook->slug,
+                'owned_by' => $firstBook->owned_by,
+                'created_by' => $firstBook->created_by,
+                'updated_by' => $firstBook->updated_by,
             ],
         ]]);
     }