X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/17215431caec61334cd653e030ba3b42c7ef2ca1..refs/pull/3365/head:/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 --'); }