X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/31dbf132b932bd0777edc87605f62c3681d94b32..895f656897c70190b8e0a4e426a56b9df83a23b2:/tests/Auth/AuthTest.php diff --git a/tests/Auth/AuthTest.php b/tests/Auth/AuthTest.php index fd953021d..0ab6d0e8c 100644 --- a/tests/Auth/AuthTest.php +++ b/tests/Auth/AuthTest.php @@ -202,7 +202,7 @@ class AuthTest extends TestCase { $this->assertFalse(setting('registration-role')); - $resp = $this->asAdmin()->get('/settings'); + $resp = $this->asAdmin()->get('/settings/registration'); $resp->assertElementContains('select[name="setting-registration-role"] option[value="0"][selected]', '-- None --'); }