Added unzip for gitlab CI

Changed test to use /login
This commit is contained in:
Deon George
2018-04-10 21:58:25 +10:00
parent b441eb6e25
commit d6cb505e1c
2 changed files with 3 additions and 3 deletions

View File

@@ -14,7 +14,7 @@ class ExampleTest extends TestCase
*/
public function testBasicTest()
{
$response = $this->get('/');
$response = $this->get('/login');
$response->assertStatus(200);
}