X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/8d7febe482f92a34093127c60c6e2dda342b4223..refs/pull/3391/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 --'); }