From 0ef7f85b1f36f34e8e590372c57a3aeb30171bd7 Mon Sep 17 00:00:00 2001 From: Untung Ginardi Date: Thu, 8 Sep 2016 20:19:35 +0700 Subject: [PATCH] fix unit test --- tests/IndexTest.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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