]> BookStack Code Mirror - bookstack/blobdiff - tests/Api/ChaptersApiTest.php
Removed redundant null check
[bookstack] / tests / Api / ChaptersApiTest.php
index 713d8bba4bab6156b1c5b326ec5df2cc7efe26b6..0629f3aedae61fadd338fcc9dc20cfefc959da2d 100644 (file)
@@ -45,6 +45,7 @@ class ChaptersApiTest extends TestCase
                     'value' => 'tagvalue',
                 ],
             ],
+            'priority' => 15,
         ];
 
         $resp = $this->postJson($this->baseEndpoint, $details);
@@ -137,6 +138,7 @@ class ChaptersApiTest extends TestCase
                     'value' => 'freshtagval',
                 ],
             ],
+            'priority'    => 15,
         ];
 
         $resp = $this->putJson($this->baseEndpoint . "/{$chapter->id}", $details);