Skip to content
Snippets Groups Projects
Commit d1cc9f1a authored by Roland Hartanto's avatar Roland Hartanto
Browse files

fix CI

parent ba22f52a
No related merge requests found
......@@ -25,7 +25,7 @@ class ExampleTest extends TestCase
$response->assertStatus(200);
$username = 'admin';
$password = 'admin';
$password = 'admin123';
Session::start();
$response = $this->followingRedirects()->call('POST', '/login', [
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment