1
0
mirror of https://github.com/cydrobolt/polr.git synced 2024-11-10 04:02:28 +01:00

spelling: nonexistent

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2022-05-30 23:15:20 -04:00
parent bbaed86a21
commit 2e15408dee

View File

@ -8,7 +8,7 @@ class LinkControllerTest extends TestCase
* @return void
*/
public function testRequestGetNotExistShortUrl() {
$response = $this->call('GET', '/notexist');
$response = $this->call('GET', '/nonexistent');
$this->assertTrue($response->isRedirection());
$this->assertRedirectedTo(env('SETTING_INDEX_REDIRECT'));
}