Reverts `assertOk` change (#6303)
This commit is contained in:
parent
705f97c5c8
commit
0c8372a2e6
|
@ -14,6 +14,6 @@ public function test_the_application_returns_a_successful_response(): void
|
||||||
{
|
{
|
||||||
$response = $this->get('/');
|
$response = $this->get('/');
|
||||||
|
|
||||||
$response->assertOk();
|
$response->assertStatus(200);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue