diff --git a/tests/IndexTest.php b/tests/IndexTest.php index 99b2a91..6ff66d3 100644 --- a/tests/IndexTest.php +++ b/tests/IndexTest.php @@ -18,6 +18,7 @@ class IndexTest extends TestCase public function testRequestGetNotExistShortUrl() { $response = $this->call('GET', '/notexist'); $this->assertTrue($response->isRedirection()); - $this->assertRedirectedTo(env('SETTING_NOT_EXIST_REDIRECT')); + $this->assertRedirectedTo(env('SETTING_INDEX_REDIRECT')); } } + \ No newline at end of file