Reverts assertOk change (#6303)
This commit is contained in:
@@ -14,6 +14,6 @@ class ExampleTest extends TestCase
|
|||||||
{
|
{
|
||||||
$response = $this->get('/');
|
$response = $this->get('/');
|
||||||
|
|
||||||
$response->assertOk();
|
$response->assertStatus(200);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user