X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/c6ad16dba657c82512ae495a4a38b99b8cfa9eeb..refs/pull/5280/head:/tests/Settings/CustomHeadContentTest.php diff --git a/tests/Settings/CustomHeadContentTest.php b/tests/Settings/CustomHeadContentTest.php index eeeab3f45..b2e21b91c 100644 --- a/tests/Settings/CustomHeadContentTest.php +++ b/tests/Settings/CustomHeadContentTest.php @@ -26,7 +26,7 @@ class CustomHeadContentTest extends TestCase public function test_configured_content_does_not_show_on_settings_page() { $this->setSettings(['app-custom-head' => '']); - $resp = $this->asAdmin()->get('/settings'); + $resp = $this->asAdmin()->get('/settings/features'); $resp->assertDontSee('console.log("cat")', false); }